fix: add missing `modernAst` in `validate_component_options` (#11542)

pull/11608/head
Mateusz Kadlubowski 10 months ago committed by GitHub
parent faced066bd
commit fd437024f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,6 +83,8 @@ export const validate_component_options =
namespace: list(['html', 'svg', 'foreign']),
modernAst: boolean(false),
outputFilename: string(undefined),
preserveComments: boolean(false),

Loading…
Cancel
Save