]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix postcss plugin options (#38947)
authorDouglas Silva <doug.hs@protonmail.ch>
Mon, 24 Jul 2023 18:26:09 +0000 (15:26 -0300)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 18:26:09 +0000 (21:26 +0300)
site/content/docs/5.3/getting-started/webpack.md

index bd539b89155180ae5ca7fa6850a3d7518a6da9c6..0709b7ae5ef8e0f8326d15289da0080074eeeff0 100644 (file)
@@ -191,7 +191,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first
                loader: 'postcss-loader',
                options: {
                  postcssOptions: {
-                   plugins: () => [
+                   plugins: [
                      autoprefixer
                    ]
                  }