https://marketplace.visualstudio.com/items?itemName=MadsKristensen.WebPackTaskRunner
New to WebPack?
You may want to check out the article How to integrate WebPack into Visual Studio 2015 by Ilya Pirozhenko
Install WebPack
In order to use this extension, you must have WebPack installed globally or locally in your project.
Use npm to install it globally by typing the following in a command line:
npm install webpack -g
To use the server functionality you also need to install webpack-dev-server like so:
npm install webpack-dev-server -g
If you wish to use babel to run WebPack, you must first install it locally in your project:
npm install babel-core --save-dev
Item Template
You can easily add a new webpack.config.js file to your project from the Add New Item dialog.
Just search for “webpack”.
Similar Posts:
- Cannot find module ‘@babel/core’ [How to Solve]
- webpack4 Cannot find module ‘@babel/core’ [Solved]
- vue ‘Couldn’t find preset “es2015” relative to directory’
- [Solved] app crashed – waiting for file changes before starting…
- [Solved] Webpack Error: [webpack-cli] Unable to load ‘@webpack-cli/serve’ command
- Webpack introduces HTML webpack plugin and reports an error
- Webpack packaging error: cannot find module ‘webpack / bin / config yargs’ error reason, [email protected] Step on the pit~
- [Solved] Webpack4 Package Error: regeneratorRuntime is not defined
- [Solved] Vue installation Babel dependency error
- React uses antd to import error messages on demand