Closed rugk closed 5 years ago
See https://createapp.dev/, there you've got both the dev and production build:
"clean": "rm dist/bundle.js", "build-dev": "webpack -d --mode development", "build-prod": "webpack -p --mode production"
Also "clean" could be useful. 😄
See https://createapp.dev/, there you've got both the dev and production build:
Also "clean" could be useful. 😄