Defaoui Khalil
Results
1
comments of
Defaoui Khalil
This solved the issue for me: Edit config of the file ` **.storybook/main.js**` ``` module.exports = { // ... webpackFinal: async (config) => { // ... config.module.rules[0].exclude = /node_modules/; //...