2.0.0 • Published 4 years ago

bitwig-webpack-plugin v2.0.0

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
4 years ago

Bitwig Webpack Plugin

Webpack compatibility layer for Bitwig's scripting environment. Requires webpack v5+.

Currently this plugin just adds support for chunking by adding the appropriate ordered load calls to the top of entry files.

Installation

npm install --save-dev bitwig-webpack-plugin

Usage

// webpack.config.js
const BitwigWebpackPlugin = require('bitwig-webpack-plugin');

module.exports = {
    ...
    plugins: [
        new BitwigWebpackPlugin(),
        ...
    ],
    ...
}
2.0.0

4 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago