We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b70329 commit fdb4668Copy full SHA for fdb4668
packages/blockToWebComponentTemplate/vite.config.js
@@ -39,7 +39,7 @@ const config = {
39
40
export default defineConfig(({ command, mode }) => {
41
if (command !== 'build' || mode !== 'block') {
42
- return
+ return config
43
}
44
45
const vuePluginConfig = {}
0 commit comments