Skip to content

Commit 888ce4c

Browse files
authored
fix: fix error "No builder configured in core."
1 parent 668e876 commit 888ce4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storybook-nuxt/preset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.require('./dist/preset.cjs')
1+
module.exports = require('./dist/preset');

0 commit comments

Comments
 (0)