0.10.1
🐧 new --define option! Inlines constants (great for Dead Code Elimination):
microbundle --define process.env.NODE_ENV=production,DEBUG=false🐺 new --alias option! Remap imports from one module to another:
microbundle --alias react=preact,react-dom=preact🦊 Lovely refactoring from @MatiasOlivera and @ForsakenHarmony :)