Skip to content

Commit

Permalink
postcss-loader did nothing here
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed May 18, 2024
1 parent e9ed7e7 commit 9741482
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@storybook/test": "^7.6.3",
"@types/uuid": "^9.0.0",
"approvals": "^7.1.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
Expand All @@ -70,7 +69,6 @@
"mini-css-extract-plugin": "^2.8.1",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"postcss-loader": "^8.1.1",
"prettier": "^2.7.1",
"pretty": "^2.0.0",
"resolve-url-loader": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
},
{
test: /\.css$/,
use: ['style-loader', 'css-loader', 'postcss-loader']
use: ['style-loader', 'css-loader']
},
{
test: /\.module\.scss$/,
Expand Down
2 changes: 1 addition & 1 deletion webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
},
{
test: /\.css$/,
use: ['style-loader', 'css-loader', 'postcss-loader']
use: ['style-loader', 'css-loader']
},
{
test: /\.module\.scss$/,
Expand Down

0 comments on commit 9741482

Please sign in to comment.