diff --git a/README.md b/README.md index 8155b4d0..f34f16e8 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,10 @@ module.exports = { Finally run `webpack` via your preferred method. +### The `outputStyle` (old API) and `style` (new API) options in `production` mode + +For `production` mode, the `outputStyle` (old API) and `style` (new API) options default to `compressed` unless otherwise specified in `sassOptions`. + ### Resolving `import` at-rules Webpack provides an [advanced mechanism to resolve files](https://webpack.js.org/concepts/module-resolution/).