Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dora-plugin-webpack

dora-js204MIT1.0.0

dora plugin for webpack

readme

dora-plugin-webpack

dora plugin for webpack.

NPM version Build Status Coverage Status NPM downloads


Usage

$ dora --plugins webpack

with options:

$ dora --plugins "webpack?publicPath=/${npm_pkg_name}&verbose"

Options

And other webpack options, like watchOptions, headers, stats, ...

Plugins

  • atool-build.updateWebpackConfig -- update webpack config for development

changelog

History


1.0.0

  • deps: upgrade all deps
  • feature: support silent option for disabling notification

0.8.1

0.8.0

  • support physcisFileSystem option for writing output files to disk

0.7.0

  • peerDeps: upgrade dora to 0.4.x

0.6.5

  • fix: config path
  • add: plugin name

0.6.6

  • add option cwd and fix node@6 issue