build(webpack): remove LodashModuleReplacementPlugin
This commit is contained in:
@@ -28,7 +28,6 @@ const baseRules = [
|
||||
options: {
|
||||
retainLines: true,
|
||||
cacheDirectory: true,
|
||||
plugins: ["lodash"]
|
||||
},
|
||||
},
|
||||
{ test: /\.(txt|yaml)$/, loader: "raw-loader" },
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
import configBuilder from "./_config-builder"
|
||||
import { DuplicatesPlugin } from "inspectpack/plugin"
|
||||
import LodashModuleReplacementPlugin from "lodash-webpack-plugin"
|
||||
import { WebpackBundleSizeAnalyzerPlugin } from "webpack-bundle-size-analyzer"
|
||||
|
||||
const result = configBuilder(
|
||||
@@ -31,9 +30,6 @@ const result = configBuilder(
|
||||
// display full duplicates information? (Default: `false`)
|
||||
verbose: false,
|
||||
}),
|
||||
new LodashModuleReplacementPlugin({
|
||||
"memoizing": true
|
||||
}),
|
||||
new WebpackBundleSizeAnalyzerPlugin("log.bundle-sizes.swagger-ui.txt"),
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user