Skip to content

Instantly share code, notes, and snippets.

@kagundajm
Last active September 27, 2020 17:44
Show Gist options
  • Save kagundajm/b11d106ef51f7ffa52b4a5176103c7c6 to your computer and use it in GitHub Desktop.
Save kagundajm/b11d106ef51f7ffa52b4a5176103c7c6 to your computer and use it in GitHub Desktop.
"scripts": {
"build": "parcel build assets/main.js --out-dir ./wwwroot/dist/ --no-minify --no-cache ",
"publish": "parcel build assets/main.js --out-dir ./wwwroot/dist/ --no-source-maps"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment