befly-vite 1.36.0 → 1.36.1

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -121,6 +121,7 @@ export function createBeflyViteConfig(options = {}) {
121
121
  plugins: plugins,
122
122
 
123
123
  resolve: {
124
+ preserveSymlinks: true,
124
125
  alias: {
125
126
  "@": fileURLToPath(new URL("src", `file:///${appRoot.replace(/\\/g, "/")}/`))
126
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-vite",
3
- "version": "1.36.0",
3
+ "version": "1.36.1",
4
4
  "gitHead": "282f7accca9c8d55956a5490c0365cce4a1ad90d",
5
5
  "private": false,
6
6
  "description": "Befly Vite 配置预设和插件集合",