Skip to content

Commit 634380c

Browse files
committed
chore(): optimize build
1 parent ea8e95f commit 634380c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/webpack.pro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ let plugins = [
5656
// if (/\.css$/.test(entry)) return 'style';
5757
// return 'script';//首席填坑官∙苏南的专栏,QQ:912594095
5858
// },
59-
// include: 'asyncChunks',
60-
include: 'allChunks',
59+
include: 'asyncChunks',
60+
// include: 'allChunks',
6161
// fileBlacklist: ["index.css"]
6262
fileBlacklist: [/index.css|index.js/, /main.*/, /react/]
6363
}),

0 commit comments

Comments
 (0)