Skip to content

Commit 867e08f

Browse files
committed
maint(build): Deactivate duplicates plugin due to non-resolvable error.
1 parent cf57b67 commit 867e08f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

webpack/webpack.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const webpack_helpers = require("./webpack-helpers");
77
const CopyPlugin = require("copy-webpack-plugin");
88
const TerserPlugin = require("terser-webpack-plugin");
99
const { CleanWebpackPlugin } = require("clean-webpack-plugin");
10-
const { DuplicatesPlugin } = require("inspectpack/plugin");
10+
// const { DuplicatesPlugin } = require("inspectpack/plugin");
1111

1212
module.exports = (env, argv, config) => {
1313
const base_config = {
@@ -114,11 +114,11 @@ module.exports = (env, argv, config) => {
114114
jQuery: "jquery",
115115
jquery: "jquery",
116116
}),
117-
new DuplicatesPlugin({
118-
emitErrors: false,
119-
verbose: true,
120-
ignoredPackages: [/.css/],
121-
}),
117+
//new DuplicatesPlugin({
118+
// emitErrors: false,
119+
// verbose: true,
120+
// ignoredPackages: [/.css/],
121+
//}),
122122
],
123123
};
124124

0 commit comments

Comments
 (0)