-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Do something about src/config.json #12771
Comments
In |
AFAIK the only thing to manage is |
Can we use environment variables? Something like |
We probably don't even need that. |
Let me have a look at this issue. I am also thinking in line with @marcelgerber |
Prerequisites
Debug \ Reload Without Extensions
?For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
Now that
npm install
is part of the build we should do something aboutconfig.json
:it is regenerated everytime which is ok, but it needs different values if we are in dev or in production.
We should find a better way to manage the differences.
Steps to Reproduce
npm install
Expected behavior:
Running
git status
config.json
should not appear in the modified files.Actual behavior:
Running
git status
config.json
appears in the modified files.Versions
Windows 10
master
The text was updated successfully, but these errors were encountered: