esbuild-plugin-ifdef
esbuild-plugin-ifdef copied to clipboard
trim line
This change will allow use of #ifdef with indentation.
Like this:
fuction fn() {
// code...
//#ifdef TARGET_DEBUG
debug()
//#endif
// code...
}
Earlier you had to put //#ifdef at the start of the line.