Skip to content

Commit 30884b9

Browse files
committed
fix(storybook): fix webpack config
1 parent 63c4836 commit 30884b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storybook/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = (baseConfig, env, config) => {
1+
module.exports = ({ config }) => {
22
config.module.rules.push({
33
test: /\.(ts|tsx)$/,
44
loader: require.resolve('ts-loader'),

0 commit comments

Comments
 (0)