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
+1-5
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ export default {
42
42
43
43
:warning: If you are using Nuxt **< v2.9** you have to install the module as a `dependency` (No `--dev` or `--save-dev` flags) and use `modules` section in `nuxt.config.js` instead of `buildModules`.
44
44
45
-
46
45
## Options
47
46
48
47
### Defaults
@@ -105,7 +104,6 @@ export default {
105
104
106
105
### Override a default value
107
106
108
-
109
107
```js
110
108
//nuxt.config.js
111
109
exportdefault {
@@ -121,7 +119,6 @@ export default {
121
119
122
120
### Append a value to the defaults
123
121
124
-
125
122
```js
126
123
//nuxt.config.js
127
124
exportdefault {
@@ -137,7 +134,6 @@ export default {
137
134
138
135
### Override a default value
139
136
140
-
141
137
```js
142
138
//nuxt.config.js
143
139
exportdefault {
@@ -152,6 +148,7 @@ export default {
152
148
```
153
149
154
150
### Use custom extractors
151
+
155
152
Only one extractor can be applied to each file extention.
156
153
If you want to apply a custom extractor to the extensions that the default extractor already covers, you have to override the default extractor. This is only possible with the functional notation.
157
154
@@ -218,4 +215,3 @@ Copyright (c) Alexander Lichter
0 commit comments