summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKamran Ahmed <kaahmed@altayer.com>2019-06-21 22:44:25 +0400
committerKamran Ahmed <kaahmed@altayer.com>2019-06-21 22:44:25 +0400
commit5ae0664fd629759d86065b64d3e7731b846b5775 (patch)
treed6389eb89c35558dd2ef14db0a4396d61e8af870 /package.json
parentAdd google analytics (diff)
downloadgithunt-5ae0664fd629759d86065b64d3e7731b846b5775.tar.gz
Update chrome extension build
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e55192d..37b420a 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
},
"scripts": {
"start": "react-scripts start",
- "build-chrome": "react-scripts build",
+ "build-chrome": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"build-web": "cross-env PUBLIC_URL=/githunt react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",