diff options
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", |
