1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: INLINE_RUNTIME_CHUNK

This commit is contained in:
Ivar Conradi Østhus 2021-05-25 18:50:29 +02:00
parent d152995f36
commit 5bbd0a734b

View File

@ -24,7 +24,7 @@
},
"license": "Apache-2.0",
"scripts": {
"build": "react-scripts build",
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"start": "react-scripts start",
"start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start",
"test": "react-scripts test",