We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
production
outputStyle
1 parent 9e87b6b commit fb4217cCopy full SHA for fb4217c
README.md
@@ -98,6 +98,10 @@ module.exports = {
98
99
Finally run `webpack` via your preferred method.
100
101
+### The `outputStyle` (old API) and `style` (new API) options in `production` mode
102
+
103
+For `production` mode, the `outputStyle` (old API) and `style` (new API) options default to `compressed` unless otherwise specified in `sassOptions`.
104
105
### Resolving `import` at-rules
106
107
Webpack provides an [advanced mechanism to resolve files](https://webpack.js.org/concepts/module-resolution/).
0 commit comments