mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Fix postcss plugin options (#38947)
This commit is contained in:
parent
cc5a8a9036
commit
57ddb42baf
@ -191,7 +191,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first
|
|||||||
loader: 'postcss-loader',
|
loader: 'postcss-loader',
|
||||||
options: {
|
options: {
|
||||||
postcssOptions: {
|
postcssOptions: {
|
||||||
plugins: () => [
|
plugins: [
|
||||||
autoprefixer
|
autoprefixer
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user