diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js index 0a19e497f..d8e6dca13 100644 --- a/.storybook/webpack.config.js +++ b/.storybook/webpack.config.js @@ -2,7 +2,7 @@ const path = require("path"); module.exports = { module: { - rules: [ + rules: [ { test: /\.js$/, exclude: /node_modules/,