cmpt-huitu-cli 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/versions.js
CHANGED
|
@@ -157,6 +157,7 @@ export default defineConfig(({ mode, command }) => {
|
|
|
157
157
|
'x-eleuilib': ['element-plus'],
|
|
158
158
|
'x-vxetable': ['vxe-table', 'xe-utils'],
|
|
159
159
|
},
|
|
160
|
+
chunkSizeWarningLimit: 800, // 调整 chunk 大小警告限制到 800kb
|
|
160
161
|
experimentalMinChunkSize: 2048, // 该选项用于为代码分割设置一个以字节为单位的最小 chunk 大小
|
|
161
162
|
// inlineDynamicImports: true // 该选项用于内联动态引入,该选项只在单页面应用的时候起作用
|
|
162
163
|
|