dora-lj-plugin-webpack
v1.0.1
Published
dora plugin for webpack
Downloads
2
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