mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fix postcss plugin options (#38947)
This commit is contained in:
@@ -191,7 +191,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first
|
||||
loader: 'postcss-loader',
|
||||
options: {
|
||||
postcssOptions: {
|
||||
plugins: () => [
|
||||
plugins: [
|
||||
autoprefixer
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user