diff options
| author | Kamran Ahmed <kaahmed@altayer.com> | 2019-06-21 22:44:25 +0400 |
|---|---|---|
| committer | Kamran Ahmed <kaahmed@altayer.com> | 2019-06-21 22:44:25 +0400 |
| commit | 5ae0664fd629759d86065b64d3e7731b846b5775 (patch) | |
| tree | d6389eb89c35558dd2ef14db0a4396d61e8af870 /package.json | |
| parent | Add google analytics (diff) | |
| download | githunt-5ae0664fd629759d86065b64d3e7731b846b5775.tar.gz | |
Update chrome extension build
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |
