dora plugin for webpack.
$ dora --plugins webpack
with options:
$ dora --plugins "webpack?publicPath=/${npm_pkg_name}&verbose"
cwd
-- default from dorasilent
-- disable notificationpublicPath
-- 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
, ...
atool-build.updateWebpackConfig
-- update webpack config for development