befly-vite 1.3.1 → 1.4.2

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +3 -4
package/index.js CHANGED
@@ -138,7 +138,6 @@ export function createBeflyViteConfig(options = {}) {
138
138
  outDir: "dist",
139
139
  assetsDir: "assets",
140
140
  sourcemap: false,
141
- minify: "esbuild",
142
141
  chunkSizeWarningLimit: 1000,
143
142
  commonjsOptions: {
144
143
  include: [/node_modules/],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly-vite",
3
- "version": "1.3.1",
4
- "gitHead": "b566edda48fcd5e8e7c66d001fefedc68520036a",
3
+ "version": "1.4.2",
4
+ "gitHead": "dc9c3fdf5a392d7dc9761bf9b045e00ed74b1262",
5
5
  "private": false,
6
6
  "description": "Befly Vite 配置预设和插件集合",
7
7
  "keywords": [
@@ -36,8 +36,7 @@
36
36
  "dependencies": {
37
37
  "@vitejs/plugin-vue": "^6.0.3",
38
38
  "@vue-macros/reactivity-transform": "^3.1.2",
39
- "befly-shared": "^1.4.1",
40
- "sass": "^1.97.1",
39
+ "sass": "^1.97.2",
41
40
  "unplugin-auto-import": "^20.3.0",
42
41
  "unplugin-icons": "^22.5.0",
43
42
  "unplugin-vue-components": "^30.0.0",