We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8e95f commit 634380cCopy full SHA for 634380c
1 file changed
config/webpack.pro.js
@@ -56,8 +56,8 @@ let plugins = [
56
// if (/\.css$/.test(entry)) return 'style';
57
// return 'script';//首席填坑官∙苏南的专栏,QQ:912594095
58
// },
59
- // include: 'asyncChunks',
60
- include: 'allChunks',
+ include: 'asyncChunks',
+ // include: 'allChunks',
61
// fileBlacklist: ["index.css"]
62
fileBlacklist: [/index.css|index.js/, /main.*/, /react/]
63
}),
0 commit comments