Home > @lynx-js/react-rsbuild-plugin > DefineDceVisitorConfig > define
Replaces variables in your code with other values or expressions at compile time.
Signature:
Caveat: differences between source.define
defineDCE
happens before transforming background-only
directives. So it's useful for eliminating code that is only used in the background from main-thread.
Then, __FOO__
and process.env.PLATFORM
could be used in source code.