chore: Workaround cargo mono bug

This commit is contained in:
Donny/강동윤 2022-07-01 12:00:04 +09:00
parent c2c923e205
commit 60424db67b

View File

@ -19,9 +19,9 @@ bench = false
[features]
compat = ["swc_ecma_transforms_compat"]
concurrent = [
"swc_ecma_transforms_compat?/concurrent",
"swc_ecma_transforms_optimization?/concurrent",
"swc_ecma_transforms_react?/concurrent",
"swc_ecma_transforms_compat/concurrent",
"swc_ecma_transforms_optimization/concurrent",
"swc_ecma_transforms_react/concurrent",
]
module = ["swc_ecma_transforms_module"]
multi-module-decorator = ["swc_ecma_transforms_proposal/multi-module"]