Skip to content

Commit

Permalink
Merge pull request #16770 from mann-david/patch-3
Browse files Browse the repository at this point in the history
Add require line for TsconfigPathsPlugin
  • Loading branch information
shilman committed Nov 29, 2021
2 parents 74af065 + 8a79e81 commit 43e5940
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,6 +1,8 @@
```js
// .storybook/main.js

const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');

module.exports = {
webpackFinal: async (config) => {
config.resolve.plugins = [
Expand All @@ -12,4 +14,4 @@ module.exports = {
return config;
},
};
```
```

0 comments on commit 43e5940

Please sign in to comment.