Missed config

This commit is contained in:
Graham Fairweather 2018-03-06 10:06:15 +01:00
parent 3b8f7c4533
commit ca9e77e909

View file

@ -11,6 +11,9 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
options: {
sourceMap: true,
},
exclude: /node_modules/
}
]