Skip to content

Commit

Permalink
fix(storybook): remove @nuxtjs from stories path
Browse files Browse the repository at this point in the history
Using `@nuxtjs` in stories pattern have performance impact.
Also it may cause to load unwanted files from inner `node_modules`
  • Loading branch information
farnabaz committed Aug 2, 2020
1 parent 0503435 commit 72c2044
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default {
'@storybook/addon-actions/register'
],
stories: [
'~/components/**/*.stories.js',
'@nuxtjs/**/*.stories.js'
'~/components/**/*.stories.js'
]
}

0 comments on commit 72c2044

Please sign in to comment.