create-abbeys-webpack-initializer
v1.0.4
Published
Author: Abbey Masters
Downloads
4
Readme
Webpack Initializer Lab
Author: Abbey Masters
Features
- Created an npm init script to initialize a webpack application.
- Published an init script to the npm package repository. This script will write all of the template files for you and install all dependencies.
Scripts
- "test": "jest --verbose",
- "test:watch": "npm run test -- --watch",
- "start": "webpack-dev-server --hot --mode development --devtool eval-source-map",
- "build": "webpack -p --devtool source-map"
- npm publish
- npm init abbeys-webpack-initializer my-test-application