Skip to content

elijahmanor/webpack-starter

Repository files navigation

README

Requirements

npm install karma-cli -g
npm install webpack -g
npm install

Webpack CLI

webpack kicks off a hot-loaded development server webpack -p builds for production (minification) webpack --watch continuously does incremental build for development (fast!) webpack -d includes source maps

BUILD_DEV=1 BUILD_PRERELEASE=1 webpack

NPM Scripts

npm start starts webpack dev server npm run build kicks off a development build npm run deploy kicks off a production build npm run test starts running tests

TODO

x fingerprint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published