Skip to content

Commit

Permalink
Fix postcss plugin options (#38947)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alquimista committed Jul 24, 2023
1 parent cc5a8a9 commit 57ddb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/getting-started/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: () => [
plugins: [
autoprefixer
]
}
Expand Down

0 comments on commit 57ddb42

Please sign in to comment.