Created
November 27, 2018 18:18
-
-
Save digitalbocca/1d7ae574c3db4d1851977959b87f1c7a to your computer and use it in GitHub Desktop.
Scripts npm para desenvolvimento e produção com parcel bundler.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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