You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use esbuild transform for css minifcation (drop the autoprefixer or if you really want it then make a plugin)
use esbuild transfotm instead of a terser minify? what about mangle?
Test multiple entry points functionality for each of the instances, and make multiple entry points for markups, I know it's not needed but for consistency
Can we make a typescript transform feature using esbuild.transform? Like we want to convert typescript into regular script for all files in a directory. This way we can export and maintain both ts and js esm modules... The same for ESM to CJS
See other todos...
The text was updated successfully, but these errors were encountered:
-v
or--v
should return the version!!!The text was updated successfully, but these errors were encountered: