Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>webpackNew to Visual Studio Code? Get it now.
webpack

webpack

Jeremy Rajan

|
232,951 installs
| (4) | Free
Create Webpack Config with ES6 transpiling using babel
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Webpack

Creates a minimal webpack config file with babel transpiling (ES6).

Usage

Launch the command pallete and look for Webpack Create. This will:

  • Create a webpack.config.js file with babel transpiling. The ext looks for app or src folder to set the entry point. And dist or out for bundle path.
  • Updates project package.json with babel and es2015 libs.

By default, app and dist folder is used, if it can't find the folders.

image

image

image

Development

  1. Clone the repo and open the individual ext folder in VSCODE.
  2. Run npm i
  3. Start debugging via VSCODE debug.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft