diff options
Diffstat (limited to 'site/content/docs/5.3/getting-started/webpack.md')
-rw-r--r-- | site/content/docs/5.3/getting-started/webpack.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/getting-started/webpack.md b/site/content/docs/5.3/getting-started/webpack.md index bd539b8..0709b7a 100644 --- a/site/content/docs/5.3/getting-started/webpack.md +++ b/site/content/docs/5.3/getting-started/webpack.md @@ -191,7 +191,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first loader: 'postcss-loader', options: { postcssOptions: { - plugins: () => [ + plugins: [ autoprefixer ] } |