Webpack task for Start task runner, version 0.3.0. It provides a simple wrapper around webpack 3, intended for use with the Start task runner ecosystem. It was last released in 2017 and no longer maintained. Key differentiators: minimal integration with start-runner, no support for webpack 4+, Node.js >=4 required.
npm install start-webpackVerified import paths — ran on the pinned version, not inferred.
Shows how to define a Start task using start-webpack with a basic webpack config.
Migrate to webpack 4/5 and use @start-task/webpack or direct webpack API.
Ensure you have webpack@2 installed for v0.2.x, or webpack@3 for v0.3.0.
Add 'start' to your devDependencies: npm install --save-dev start
Use require('./webpack.config') or import with care.npm install --save-dev webpack@3
Install webpack@3 or migrate to a different integration.
npm install --save-dev start