Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 23, 2023
1 parent 4bcd112 commit a242d6f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ module.exports = {
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: function () {
return [
autoprefixer
];
}
plugins: () => [
autoprefixer
]
}
}
},
Expand Down

0 comments on commit a242d6f

Please sign in to comment.