@vanportal/van-webpack
v0.11.0-alpha.3
Published
Webpack with our opinionated defaults.
Readme
@vanportal/webpack
Webpack with our opinionated defaults.
The babel dependencies for loading webpack.babel.config.js.
Extra
Use --externals option to specify custom externals.
For Example in package.json:
{
"scripts": {
"build:webpack": "van webpack ... --externals=\\\"./app:root\\\\ App,react:root\\\\ React,react-dom:root\\\\ ReactDOM\\\""
}
}TL;DR
- webpack/examples/side-effects at master · webpack/webpack (Use when your web modules exports multiple sub-modules)
