Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Nov 3, 2020
1 parent 6a1608b commit e3076a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-plugin-storybook/preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function webpackFinal(config) {
target: 'server',
config: nextConfig,
buildId: 'storybook',
rewrites: []
rewrites: [],
})

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

0 comments on commit e3076a3

Please sign in to comment.