This commit is contained in:
Nathan Bierema 2020-07-31 15:42:30 -04:00
parent 33ec062480
commit c504790f20

View File

@ -24,18 +24,7 @@ module.exports = {
{ {
test: /\.js$/, test: /\.js$/,
loader: 'babel-loader', loader: 'babel-loader',
include: path.join(__dirname, 'src'), include: path.join(__dirname, 'src')
options: {
rootMode: 'upward'
}
},
{
test: /\.js$/,
loader: 'babel-loader',
include: path.join(__dirname, '..', 'src'),
options: {
rootMode: 'upward'
}
} }
] ]
} }