Skip to content

Commit

Permalink
Fix postcss plugin options (twbs#38947)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alquimista authored and romankupchak93 committed Jan 5, 2024
1 parent a7dc8f8 commit d6d3061
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 d6d3061

Please sign in to comment.