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: docs/en/options.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,14 @@ module.exports = {
64
64
### preLoaders
65
65
66
66
- type: `{ [lang: string]: string }`
67
-
- only supported in >=10.3.0
67
+
- only supported in 10.3.0+
68
68
69
69
The config format is the same as `loaders`, but `preLoaders` are applied to corresponding language blocks before the default loaders. You can use this to pre-process language blocks - a common use case would be build-time i18n.
70
70
71
71
### postLoaders
72
72
73
73
- type: `{ [lang: string]: string }`
74
-
- only supported in >=10.3.0
74
+
- only supported in 10.3.0+
75
75
76
76
The config format is the same as `loaders`, but `postLoaders` are applied after the default loaders. You can use this to post-process language blocks. However note that this is a bit more complicated:
77
77
@@ -81,7 +81,7 @@ module.exports = {
81
81
82
82
### postcss
83
83
84
-
> Note: in >=11.0.0 it is recommended to use a PostCSS config file instead. [The usage is the same as `postcss-loader`](https://github.com/postcss/postcss-loader#usage).
84
+
> Note: in 11.0.0+ it is recommended to use a PostCSS config file instead. [The usage is the same as `postcss-loader`](https://github.com/postcss/postcss-loader#usage).
0 commit comments