/simple-webpack

Primary LanguageJavaScriptMIT LicenseMIT

Simple Webpack

Status

example workflow

Purpose

Simple Webpack configuration for future projects.

Install, Run, Build

  • npm install - Install all npm modules and dependencies
  • npm start - run webpack server
  • npm run build - make production build
  • npm run build-dev - make development (with maps) build
  • npx prettier --write . - make you code Pretty again!

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

License