2.0.0 • Published 3 years ago

bitwig-webpack-plugin v2.0.0

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
3 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

3 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago