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
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -593,6 +593,37 @@ module.exports = {
593
593
};
594
594
```
595
595
596
+
### `implementation`
597
+
598
+
Type: `Function`
599
+
600
+
The special `implementation` option determines which implementation of PostCSS to use. Overrides the locally installed `peerDependency` version of `postcss`.
601
+
602
+
**This option is only really useful for downstream tooling authors to ease the PostCSS 7-to-8 transition.**
Copy file name to clipboardExpand all lines: src/options.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@
35
35
"sourceMap": {
36
36
"description": "Enables/Disables generation of source maps (https://github.com/postcss/postcss-loader#sourcemap)",
37
37
"type": "boolean"
38
+
},
39
+
"implementation": {
40
+
"description": "The implementation of postcss to use, instead of the locally installed version (https://github.com/postcss/postcss-loader#implementation)",
0 commit comments