'Use' for babel-loader and removed unused deps.

This commit is contained in:
2020-11-24 23:44:35 +01:00
parent 81ce466318
commit cf06140f60
2 changed files with 1 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ const webpackConfig = function(isDev) {
},
{
test: /\.js$/,
loader: "babel-loader",
use: [ "babel-loader" ],
include: [helpers.root("src")]
},
{