Skip to content

TheKnarf/extractor-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extractor Webpack Plugin

NpmVersion

A plugin that executes the main compilation asset and allows you to emit more compilation assets.

Install

npm i --save-dev extractor-webpack-plugin
yarn add --dev extractor-webpack-plugin

Be 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published