fix(cli/module_graph): Set useDefineForClassFields to true (#9774)

Fixes #9773
This commit is contained in:
Nayeem Rahman 2021-03-14 22:19:27 +00:00 committed by GitHub
parent 7286eea75c
commit c4709834b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 0 deletions

View file

@ -314,6 +314,7 @@ impl Inner {
"noEmit": true,
"strict": true,
"target": "esnext",
"useDefineForClassFields": true,
}));
let (maybe_config, maybe_root_uri) = {
let config = &self.config;