Skip to content

Commit d6d3061

Browse files
o-alquimistaromankupchak93
authored andcommitted
Fix postcss plugin options (twbs#38947)
1 parent a7dc8f8 commit d6d3061

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

Lines changed: 1 addition & 1 deletion
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)