README
dora-plugin-webpack
dora plugin for webpack.
Usage
$ dora --plugins webpack
with options:
$ dora --plugins webpack?publicPath=/${npm_pkg_name}&verbose
with options in Object:
$ dora --plugins webpack?{"watchOptions":{"poll":true}}
Options
cwd-- default from dorapublicPath-- default '/', http://webpack.github.io/docs/configuration.html#output-publicpathconfig-- default 'webpack.config.js'verbose-- more logsdisableNpmInstall-- disable NpmInstallPluginphyscisFileSystem-- write output files to disk
And other webpack options, like watchOptions, headers, stats, ...
Plugins
atool-build.updateWebpackConfig-- update webpack config for development