@fantaptik/webpack-config
v0.2.0
Published
Common webpack configuration for @fantaptik packages.
Downloads
2
Maintainers
Readme
Install
npm install -D @fantaptik/webpack-config
Webpack Config
const fantaptikWebpack = require( '@fantaptik/webpack-react' );
module.exports = {
stats : {
...fantaptikWebpack.stats,
},
externals : {
...fantaptikWebpack.externals,
},
}