Skip to content

Commit

Permalink
chore: postcss loader
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jan 25, 2025
1 parent 2e7ffbc commit 1d191c4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ export default {
sourceMap: true,
},
},
{
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: [
require('autoprefixer')()
]
}
}
},
{
loader: 'sass-loader',
options: {
Expand Down

0 comments on commit 1d191c4

Please sign in to comment.