0.5.1
Special thanks to @Andarist and @ForsakenHarmony for their awesome work keeping Microbundle moving forward! πββοΈ
- Breaking Change:
--external allis now the default. Modules listed in your package.json's"dependencies"and"peerDependencies"will be linked as imports/require statements (thanks @Andarist) - Importing subdirectories from packages now treats them as external (#83, thanks @Andarist)
- When builds fail, actually output some useful information (#120, thanks @jesstelford)
- Output much more helpful Rollup errors (#128, thanks @gribnoysup)
- Fix error reporting in watch mode and make fatal watch errors exit with an error code (#153, thanks @mattdesl)
- Minify CSS assets with cssnano (#121, thanks @nicksrandall)
- Add
.tsxsupport! (thanks @jaredpalmer) - Updated to Rollup 0.60+
- watch mode can now also be activated via a
--watchflag (thanks @ngryman)