befly-vite 1.5.19 → 1.5.20

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 +3 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -137,7 +137,9 @@ export function createBeflyViteConfig(options = {}) {
137
137
  const baseConfig = defineConfig({
138
138
  base: "./",
139
139
 
140
- devtools: devtool,
140
+ devtools: {
141
+ enabled: true
142
+ },
141
143
 
142
144
  plugins: plugins,
143
145
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly-vite",
3
- "version": "1.5.19",
4
- "gitHead": "9f262d5515b1990c215e39285dedce3016d29d5c",
3
+ "version": "1.5.20",
4
+ "gitHead": "3c7473b8d98e7ac44e8f26b7d9b763c7ecf2eeda",
5
5
  "private": false,
6
6
  "description": "Befly Vite 配置预设和插件集合",
7
7
  "keywords": [