A plugin for dora that provides webpack integration for development and build purposes. Version 1.0.0 is the current stable release. It allows running webpack via dora with options such as custom config path, publicPath, and verbose logging. This plugin is part of the dora ecosystem and is maintained as part of the dora-js organization. It is useful for projects that use atool-build and dora together.
npm install dora-plugin-webpackVerified import paths — ran on the pinned version, not inferred.
Shows installation and basic usage of dora-plugin-webpack with a simple webpack config.
Use dora@0.4.x or check compatibility with newer dora versions.
Install atool-build at version 1.x alongside dora-plugin-webpack.
Use quotes: dora --plugins "webpack?publicPath=/app"
npm install atool-build@1.x --save-dev
Use dora@0.4.x or update dora-plugin-webpack if available.