mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
fix: INLINE_RUNTIME_CHUNK
This commit is contained in:
parent
d152995f36
commit
5bbd0a734b
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "react-scripts build",
|
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start",
|
"start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
|
Loading…
Reference in New Issue
Block a user