'Use' for babel-loader and removed unused deps.
This commit is contained in:
@@ -36,7 +36,7 @@ const webpackConfig = function(isDev) {
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
loader: "babel-loader",
|
||||
use: [ "babel-loader" ],
|
||||
include: [helpers.root("src")]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user