We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fbc05 commit 52d7debCopy full SHA for 52d7deb
package.json
@@ -54,7 +54,7 @@
54
"scripts": {
55
"serve": "node parcel.js",
56
"build": "npm-run-all build:*",
57
- "build:parcel": "cross-env NODE_ENV=production parcel build index.html",
+ "build:parcel": "cross-env NODE_ENV=production parcel build index.html --public-url . --no-source-maps",
58
"build:gulp": "gulp",
59
"deploy": "npm-run-all deploy:*",
60
"deploy:bump": "npm version minor",
0 commit comments