rollup-plugin-re icon indicating copy to clipboard operation
rollup-plugin-re copied to clipboard

does pre-processor support #else #elseif or #not directive?

Open easyfrog opened this issue 4 years ago • 1 comments

I see the example in readme only have #if #endif, so does pre-processor support #else #elseif or #not directive?

easyfrog avatar Nov 07 '20 03:11 easyfrog

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

zxcat avatar Jul 23 '22 11:07 zxcat