mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
chore: Workaround cargo mono bug
This commit is contained in:
parent
c2c923e205
commit
60424db67b
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user