Closed blikblum closed 11 months ago
Fix #12
This PR makes filter in development (esbuild) behaves the same when building (rollup)
It tests the JavaScript filter directly instead of passing to esbuild.
Esbuild uses Go Regex which is pretty limited compared to JS engine: https://github.com/evanw/esbuild/issues/1634#issuecomment-927204088
I think its a good idea. I've had issue with complex filtering options, babel runned but changed did not applied
Closed in favor of #23
Fix #12
This PR makes filter in development (esbuild) behaves the same when building (rollup)
It tests the JavaScript filter directly instead of passing to esbuild.
Esbuild uses Go Regex which is pretty limited compared to JS engine: https://github.com/evanw/esbuild/issues/1634#issuecomment-927204088