user avatar
Support hoisting react-scripts and add require.resolve() to loaders (#2166)
Dan Abramov authored
* Support hoisting react-scripts

* require.resolve() loaders and configs

This makes it so that loaders and configs are resolved relative to the config rather than to the app. This seems to make more sense to me.
d6dbfc03