babel-webpack-lib-example
v2.5.1
Published
An ES6 sample project using Babel and Webpack
Maintainers
Readme
babel-webpack-lib-example
Demonstrating
- Some features of ES6
- Transpilation using Babel
- Bundling into a library (Commonjs2 module) using Webpack
Usage
- Install project dependencies
npm install - Run lint :
npm run lint --silent - Build :
npm run build - Build (dev mode) :
npm run dev - Run tests :
npm test
