Skip to content

Commit

Permalink
Merge pull request #18345 from squarism/patch-1
Browse files Browse the repository at this point in the history
documentation: Syntax error in vite builder docs
  • Loading branch information
jonniebigodes authored May 27, 2022
2 parents bfff46f + 100450e commit 44f7a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
// Merge custom configuration into the default config
return mergeConfig(config, {
// Use the same "resolve" configuration as your app
resolve: (await import('../vite.config.js')).default.resolve
resolve: (await import('../vite.config.js')).default.resolve,
// Add dependencies to pre-optimization
optimizeDeps: {
include: ['storybook-dark-mode'],
Expand Down

0 comments on commit 44f7a2a

Please sign in to comment.