Skip to content

Commit 57ddb42

Browse files
authoredJul 24, 2023
Fix postcss plugin options (#38947)
1 parent cc5a8a9 commit 57ddb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎site/content/docs/5.3/getting-started/webpack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first
191191
loader: 'postcss-loader',
192192
options: {
193193
postcssOptions: {
194-
plugins: () => [
194+
plugins: [
195195
autoprefixer
196196
]
197197
}

0 commit comments

Comments
 (0)
Please sign in to comment.