Skip to content

Commit fdb4668

Browse files
author
yaoyun8
committed
fix:修复codeCheck
1 parent 1b70329 commit fdb4668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blockToWebComponentTemplate/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const config = {
3939

4040
export default defineConfig(({ command, mode }) => {
4141
if (command !== 'build' || mode !== 'block') {
42-
return
42+
return config
4343
}
4444

4545
const vuePluginConfig = {}

0 commit comments

Comments
 (0)