A webpack boilerplate project packed with Babel
Clone this repo and install all dependencies.
npm installnpm run serveYou can view the development server at localhost:9000.
npm run buildwebpack- A Module bundler.webpack-cli- The Command line interface for webpackwebpack-dev-server- The webpack Development server
@babel/core- Transpiles ES6/ES2015+ to backwards compatible JavaScript for cross-browser usage@babel/preset-env- Smart preset for Babel
babel-loader- Transpiles files with Babel through webpack