1.0.4 • Published 5 years ago

create-abbeys-webpack-initializer v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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