Skip to content

Commit

Permalink
chore: revert main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Jul 10, 2024
1 parent 07fc1c9 commit f11e615
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ module.exports = {
return config
}
// 事前ビルドが不要になるようにマッピング
config.resolve.alias = {
...config.resolve.alias,
...(await alias()),
}
config.resolve.alias = { ...config.resolve.alias, ...(await alias()) }
return config
},

Expand Down

0 comments on commit f11e615

Please sign in to comment.