rollup-plugin-re
rollup-plugin-re copied to clipboard
does pre-processor support #else #elseif or #not directive?
I see the example in readme only have #if
#endif
, so does pre-processor support #else
#elseif
or #not
directive?
the only line used to find directives is https://github.com/jetiny/rollup-plugin-re/blob/f0d5e561b4235da5b5134dab2c89802ef32a9a67/src/index.js#L246 so there is no support of anything else