You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thank you for this app. It makes developing react apps a lot easier. What I now want to achieve is separating some controls/modules from my app and keep them in a different folder (outside of src). The problem is that css and babel loader ignore all files outside of src (and symlinks are resolved).
The idea is to make the loader paths extensible via the .env file (quite similar to NODE_PATH variable)
Hi, thanks for the suggestion. There's been numerous discussions around this so please subscribe to these issues if you're interested: #741, #1065, #1492, #1333. Cheers!
Hi,
first of all thank you for this app. It makes developing react apps a lot easier. What I now want to achieve is separating some controls/modules from my app and keep them in a different folder (outside of src). The problem is that css and babel loader ignore all files outside of src (and symlinks are resolved).
The idea is to make the loader paths extensible via the .env file (quite similar to NODE_PATH variable)
ADDITIONAL_APP_SOURCES=..\controls-app1\src;..\controls-app2\src
and adapt path.js
...
Is this a good idea? Am I missing something?
With kind regards,
Christian
The text was updated successfully, but these errors were encountered: