We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c4836 commit 30884b9Copy full SHA for 30884b9
storybook/webpack.config.js
@@ -1,4 +1,4 @@
1
-module.exports = (baseConfig, env, config) => {
+module.exports = ({ config }) => {
2
config.module.rules.push({
3
test: /\.(ts|tsx)$/,
4
loader: require.resolve('ts-loader'),
0 commit comments