Skip to content

Instantly share code, notes, and snippets.

@digitalbocca
Created November 27, 2018 18:18
Show Gist options
  • Save digitalbocca/1d7ae574c3db4d1851977959b87f1c7a to your computer and use it in GitHub Desktop.
Save digitalbocca/1d7ae574c3db4d1851977959b87f1c7a to your computer and use it in GitHub Desktop.
Scripts npm para desenvolvimento e produção com parcel bundler.
{
"scripts": {
"dev": "parcel -p 8080 --no-cache ./src/index.html",
"build": "parcel build src/index.html --public-url ./ --no-source-maps --no-cache"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment