remove inline js from production build

This commit is contained in:
Tao Bojlén 2020-05-18 19:05:10 +01:00
parent 5b57cf4afc
commit a61754d388
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
base = "frontend/"
publish = "frontend/build/"
[build.environment]
INLINE_RUNTIME_CHUNK = "false"
[context.develop.environment]
REACT_APP_STAGING = "true"