Skip to content

Commit

Permalink
add rewrites in storybook preset (#18364)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel authored Nov 3, 2020
1 parent 44ea598 commit b87b2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next-plugin-storybook/preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ async function webpackFinal(config) {
target: 'server',
config: nextConfig,
buildId: 'storybook',
rewrites: [],
})

config.plugins = [...config.plugins, ...nextWebpackConfig.plugins]
Expand Down

0 comments on commit b87b2d4

Please sign in to comment.