befly-vite 1.36.1 → 1.38.0

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 +2 -2
package/index.js CHANGED
@@ -121,7 +121,6 @@ export function createBeflyViteConfig(options = {}) {
121
121
  plugins: plugins,
122
122
 
123
123
  resolve: {
124
- preserveSymlinks: true,
125
124
  alias: {
126
125
  "@": fileURLToPath(new URL("src", `file:///${appRoot.replace(/\\/g, "/")}/`))
127
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-vite",
3
- "version": "1.36.1",
3
+ "version": "1.38.0",
4
4
  "gitHead": "282f7accca9c8d55956a5490c0365cce4a1ad90d",
5
5
  "private": false,
6
6
  "description": "Befly Vite 配置预设和插件集合",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@vitejs/plugin-vue": "^6.0.7",
41
- "sass": "^1.100.0",
41
+ "sass": "^1.101.0",
42
42
  "unplugin-vue-components": "^32.1.0",
43
43
  "vite": "^8.0.16",
44
44
  "vite-bundle-analyzer": "^1.3.8",