Skip to content

Commit 5070877

Browse files
committed
chore: update changes
1 parent 69bc1c1 commit 5070877

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,17 @@ The following options have been deprecated and should be configured using normal
203203

204204
The following options have been deprecated and should be configured using the new `compilerOptions` option:
205205

206-
- `compilerModules`
207-
- `compilerDirectives`
206+
- `preserveWhitespace` (use `compilerOptions.preserveWhitespace`)
207+
- `compilerModules` (use `compilerOptions.modules`)
208+
- `compilerDirectives` (use `compilerOptions.directives`)
208209

209210
The following option has been renamed:
210211

211212
- `transformToRequire` (now renamed to `transformAssetUrls`)
212213

213214
The following option has been changed to resourceQuery:
214215

215-
- `shadowMode` (now use inline resource queries)
216+
- `shadowMode` (now use inline resource queries, e.g. `foo.vue?shadow`)
216217

217218
## New Complete Options List
218219

0 commit comments

Comments
 (0)