Add sourceRoot/includePaths to loaders

Use the settings modal as an example/testcase
This commit is contained in:
Surinna Curtis
2017-07-17 22:06:31 -05:00
committed by kibigo!
parent df74e26baf
commit 7a77f7b3bb
6 changed files with 91 additions and 87 deletions

View File

@@ -8,5 +8,6 @@ module.exports = {
loader: 'babel-loader',
options: {
forceEnv: process.env.NODE_ENV || 'development',
sourceRoot: 'app/javascript',
},
};