This package has been deprecated

Author message:

@jpmorganchase/perspective-webpack-plugin has moved to @finos/perspective-webpack-plugin

@jpmorganchase/perspective-webpack-plugin

0.2.21 • Public • Published

Perspective Webpack Plugin

In order to use Perspective via webpack, you'll need this plugin. The plugin takes care of:

  • Copying the Web Worker engine assets to your output directory.
  • Handling cross-origin loading of the Web Worker assets.
  • Packaging the LESS and HTML assets for the perspective-viewer webpack plugin.

Example:

const PerspectivePlugin = require("@jpmorganchase/perspective-webpack-plugin");

module.exports = {
    entry: "./in.js",
    output: {
        filename: "out.js",
        path: "build"
    },
    plugins: [new PerspectivePlugin()]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @jpmorganchase/perspective-webpack-plugin

Weekly Downloads

20

Version

0.2.21

License

Apache-2.0

Unpacked Size

16.6 kB

Total Files

10

Last publish

Collaborators

  • jpmc-publisher
  • brooklynrob
  • modular-publisher
  • uitk-publisher