Skip to content

Commit fb4217c

Browse files
docs: update readme for the production mode and outputStyle (#1146)
1 parent 9e87b6b commit fb4217c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ module.exports = {
9898

9999
Finally run `webpack` via your preferred method.
100100

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+
101105
### Resolving `import` at-rules
102106

103107
Webpack provides an [advanced mechanism to resolve files](https://webpack.js.org/concepts/module-resolution/).

0 commit comments

Comments
 (0)