We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e28489 commit a8246baCopy full SHA for a8246ba
vue.config.js
@@ -1,7 +1,7 @@
1
/*
2
* @Author: your name
3
* @Date: 2020-10-14 15:24:16
4
- * @LastEditTime: 2021-04-26 13:38:12
+ * @LastEditTime: 2021-04-26 17:39:16
5
* @LastEditors: Please set LastEditors
6
* @Description: In User Settings Edit
7
* @FilePath: \vue3-element-admin\vue.config.js
@@ -39,7 +39,7 @@ module.exports = {
39
}
40
]);
41
config.plugins.delete("prefetch");
42
- config.plugins.delete("preload");
+ // config.plugins.delete("preload");
43
// config.optimization.delete("splitChunks");
44
},
45
@@ -52,7 +52,7 @@ module.exports = {
52
optimization: {
53
splitChunks: {
54
chunks: "all",
55
- enforceSizeThreshold: 20000,
+ // enforceSizeThreshold: 20000,
56
cacheGroups: {
57
echarts: {
58
name: "chunk-echarts",
0 commit comments