File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
88const CssMinimizerPlugin = require ( 'css-minimizer-webpack-plugin' ) ;
99const CaseSensitivePathsPlugin = require ( 'case-sensitive-paths-webpack-plugin' ) ;
1010const CleanUpStatsPlugin = require ( './utils/CleanUpStatsPlugin' ) ;
11- const FilterWarningsPlugin = require ( 'webpack-filter-warnings-plugin' ) ;
1211// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
1312
1413const distFileBaseName = 'antd' ;
@@ -209,12 +208,6 @@ All rights reserved.
209208 color : '#2f54eb' ,
210209 } ) ,
211210 new CleanUpStatsPlugin ( ) ,
212- new FilterWarningsPlugin ( {
213- // suppress conflicting order warnings from mini-css-extract-plugin.
214- // ref: https://github.com/ant-design/ant-design/issues/14895
215- // see https://github.com/webpack-contrib/mini-css-extract-plugin/issues/250
216- exclude : / m i n i - c s s - e x t r a c t - p l u g i n [ ^ ] * C o n f l i c t i n g o r d e r b e t w e e n : / ,
217- } ) ,
218211 ] ,
219212 performance : {
220213 hints : false ,
Original file line number Diff line number Diff line change 261261 "webpack-bundle-analyzer" : " ^4.4.2" ,
262262 "webpack-cli" : " ^4.6.0" ,
263263 "webpack-dev-server" : " ^4.0.0" ,
264- "webpack-filter-warnings-plugin" : " ^1.2.1" ,
265264 "webpack-merge" : " ^5.0.0" ,
266265 "webpackbar" : " ^5.0.2" ,
267266 "xhr-mock" : " ^2.5.1"
You can’t perform that action at this time.
0 commit comments