Skip to content

Commit ab88263

Browse files
committed
chore: vite
1 parent 4647246 commit ab88263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ export default ({ command, mode }) => {
135135
},
136136
},
137137
watch: {
138-
exclude: ['node_modules/**', "/__uno.css"] // 解决windows系统对微信小程序自动关闭服务的问题
139-
},
138+
exclude: ['node_modules/**', '/__uno.css'], // 解决windows系统对微信小程序自动关闭服务的问题
139+
},
140140
},
141141
})
142142
}

0 commit comments

Comments
 (0)