Replacing global with environment variable at compile time? #5941
-
Using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
as define plugin does, swc plugin / or programmatic interface ( |
Beta Was this translation helpful? Give feedback.
as define plugin does, swc plugin / or programmatic interface (
swc.transform*
) is the way to go. Cli does not have built in support.