0.2.0 • Published 6 years ago
extractor-webpack-plugin v0.2.0
Extractor Webpack Plugin
A plugin that executes the main compilation asset and allows you to emit more compilation assets.
Install
npm i --save-dev extractor-webpack-pluginyarn add --dev extractor-webpack-pluginBe aware that this plugin will overwrite output.filename and output.libraryTarget of the webpack config.
Also be aware that if you use it together with babel you'll have to set loose: true and modules. 'commonjs' in your .babelrc-file.