diff --git a/webpack.config.js b/webpack.config.js index 540c641..ec4c048 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -28,7 +28,6 @@ module.exports = { }, { test: /\.(js|jsx)$/, - exclude: /(bower_components)/, loader: "babel-loader", options: { presets: ["@babel/env"] }, },