Skip to content

Commit

Permalink
Merge pull request #13819 from phated/phated/vue3-addon-docs-fix
Browse files Browse the repository at this point in the history
Addon-docs/Vue3: Resolve vue3 package for addon-docs preset
  • Loading branch information
shilman authored Feb 5, 2021
2 parents e35c88c + 5acd279 commit 411f94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/src/frameworks/vue3/preset.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function webpackFinal(webpackConfig: any = {}, options: any = {}) {
webpackConfig.module.rules.push({
test: /\.vue$/,
loader: require.resolve('vue-docgen-loader', { paths: [require.resolve('@storybook/vue')] }),
loader: require.resolve('vue-docgen-loader', { paths: [require.resolve('@storybook/vue3')] }),
enforce: 'post',
options: {
docgenOptions: {
Expand Down

0 comments on commit 411f94f

Please sign in to comment.