cmpt-huitu-cli 1.0.17 → 1.0.18

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmpt-huitu-cli",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "type": "module",
5
5
  "description": "慧图前端项目工程化 CLI 工具",
6
6
  "main": "index.js",
@@ -142,7 +142,7 @@ export default defineConfig(({ mode, command }) => {
142
142
  // }
143
143
  // }
144
144
  // : {},
145
- chunkSizeWarningLimit: 800, // chunk 大小警告的限制(以 kbs 为单位)
145
+ chunkSizeWarningLimit: 1500, // chunk 大小警告的限制(以 kbs 为单位)
146
146
  rollupOptions: {
147
147
  // 多页面应用配置,通过自动配置
148
148
  input: {