You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`silent`| boolean |`false`|| Do **not** display warnings or deprecation messages. |
122
-
|`root`| string |_unset_|| Similar to the (now defunct) option in `css-loader`.<br/>This string, possibly empty, is prepended to absolute URIs.<br/>Absolute URIs are only processed if this option is set. |
123
-
|`join`| function |_inbuilt_| advanced | Custom join function.<br/>Use custom javascript to fix asset paths on a per-case basis.<br/>Refer to the [advanced features](docs/advanced-features.md) docs. |
124
-
|`engine`|`'rework'`<br/>`'postcss'`|`'postcss'`| deprecated | The css parser engine.<br/>Using this option produces a deprecation warning. |
|`silent`| boolean |`false`|| Do **not** display warnings or deprecation messages. |
122
+
|`root`| string |_unset_|| Similar to the (now defunct) option in `css-loader`.<br/>This string, possibly empty, is prepended to absolute URIs.<br/>Absolute URIs are only processed if this option is set. |
123
+
|`join`| function |_inbuilt_| advanced | Custom join function.<br/>Use custom javascript to fix asset paths on a per-case basis.<br/>Refer to the [advanced features](docs/advanced-features.md) docs. |
125
124
126
125
## Limitations
127
126
128
-
### Compatiblity
127
+
### Compatibility
129
128
130
129
Tested `macOS` and `Windows`.
131
130
132
-
All `webpack2`-`webpack4` with contemporaneous loaders/plugins using `node 8.9`. And `webpack5` with latest loaders/plugins using `node 10.0`.
131
+
All `webpack@4`-`webpack@5` with contemporaneous loaders/plugins using `node@12`.
133
132
134
133
Refer to `test` directory for full webpack configurations as used in automated tests.
135
134
136
-
Some edge cases with `libsass` on `Windows` (see [troubleshooting](docs/troubleshooting.md) docs).
137
-
138
135
### Known issues
139
136
140
137
Read the [troubleshooting](docs/troubleshooting.md) docs before raising an issue.
0 commit comments