From 78cb6449b73d4e893431c1c9845cb45c298be140 Mon Sep 17 00:00:00 2001 From: kmvan Date: Thu, 6 Feb 2020 16:34:48 +0800 Subject: [PATCH] add babel loader --- webpack.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 699d23f..3258d06 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,7 +2,6 @@ const webpack = require('webpack') const path = require('path') -const LodashModuleReplacementPlugin = require('lodash-webpack-plugin') const { CleanWebpackPlugin } = require('clean-webpack-plugin') const createStyledComponentsTransformer = require('typescript-plugin-styled-components') .default @@ -49,11 +48,6 @@ module.exports = { new CleanWebpackPlugin({ cleanOnceBeforeBuildPatterns: ['.tmp'], }), - new LodashModuleReplacementPlugin({ - shorthands: true, - collections: true, - paths: true, - }), ], module: { rules: [