From f5959232b7632a6a18b1195db7952c7b55e1035c Mon Sep 17 00:00:00 2001 From: Douglas Silva Date: Sun, 23 Jul 2023 17:53:23 -0300 Subject: [PATCH] Fix postcss plugin options --- webpack/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/webpack.config.js b/webpack/webpack.config.js index 17d64cd0..32e74c46 100644 --- a/webpack/webpack.config.js +++ b/webpack/webpack.config.js @@ -37,7 +37,7 @@ module.exports = { loader: 'postcss-loader', options: { postcssOptions: { - plugins: () => [ + plugins: [ autoprefixer ] }