babel => babel-loader (#1000)

This commit is contained in:
Matheus Fernandes 2016-11-16 01:37:34 -02:00 committed by Guillermo Rauch
parent 8573976260
commit 3902f8dac4

View file

@ -18,7 +18,7 @@ module.exports = {
{ {
test: /\.(js|jsx)$/, test: /\.(js|jsx)$/,
exclude: /node_modules/, exclude: /node_modules/,
loader: 'babel' loader: 'babel-loader'
}, },
{ {
test: /\.json/, test: /\.json/,