Skip to content

Commit

Permalink
fix(storybook): remove css loader to resolve rule conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Feb 8, 2024
1 parent 65d6511 commit bf28377
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ module.exports = ({ config }) => {
});

// use css-loader for style-dictionary css files
config.module.rules.push({
test: /\.css$/,
use: ["style-loader", "css-loader"],
});
// config.module.rules.push({
// test: /\.css$/,
// use: ["style-loader", "css-loader"],
// });

// use style-loader for style-dictionary scss files
config.module.rules.push({
Expand Down

0 comments on commit bf28377

Please sign in to comment.