File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -203,16 +203,17 @@ The following options have been deprecated and should be configured using normal
203
203
204
204
The following options have been deprecated and should be configured using the new ` compilerOptions ` option:
205
205
206
- - ` compilerModules `
207
- - ` compilerDirectives `
206
+ - ` preserveWhitespace ` (use ` compilerOptions.preserveWhitespace ` )
207
+ - ` compilerModules ` (use ` compilerOptions.modules ` )
208
+ - ` compilerDirectives ` (use ` compilerOptions.directives ` )
208
209
209
210
The following option has been renamed:
210
211
211
212
- ` transformToRequire ` (now renamed to ` transformAssetUrls ` )
212
213
213
214
The following option has been changed to resourceQuery:
214
215
215
- - ` shadowMode ` (now use inline resource queries)
216
+ - ` shadowMode ` (now use inline resource queries, e.g. ` foo.vue?shadow ` )
216
217
217
218
## New Complete Options List
218
219
You can’t perform that action at this time.
0 commit comments