1.9.4 • Published 3 years ago

@shortex/perspective-webpack-plugin v1.9.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Perspective Webpack Plugin

For use with Webpack, this plugin allows smaller & faster loading assets. The plugin takes care of:

  • Copying the Web Worker engine assets to your output directory.
  • That's it!

Without this plugin or a manual equivalent of these steps, the WebAssembly binary we be inlined as a base64 string in the resulting .js asset, which impacts total asset size and load time. It will not in any way affect actual runtime performance - the inline and plugin compilations modes are otherwise identical.

Example

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

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

3 years ago

1.8.2

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.7.14

3 years ago

1.8.6

3 years ago

1.9.4

3 years ago

1.8.5

3 years ago

1.9.3

3 years ago

1.8.4

3 years ago

1.9.2

3 years ago

1.8.3

3 years ago

1.7.13

3 years ago

1.7.12

3 years ago

1.7.11

3 years ago

1.7.10

3 years ago

1.7.9

3 years ago

1.7.8

3 years ago

1.7.7

3 years ago

1.7.6

3 years ago

1.7.5

3 years ago

1.7.4

3 years ago

1.7.3

3 years ago

1.7.2

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.6

3 years ago

1.6.5

3 years ago

1.6.13

3 years ago

1.6.12

3 years ago

1.6.11

3 years ago

1.6.10

3 years ago

1.6.9

3 years ago

1.6.8

3 years ago

1.6.7

3 years ago