Skip to content

0.5.1

Choose a tag to compare

@developit developit released this 05 Jul 07:41
· 575 commits to master since this release

Special thanks to @Andarist and @ForsakenHarmony for their awesome work keeping Microbundle moving forward! πŸ™‡β€β™‚οΈ

  • Breaking Change: --external all is 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 .tsx support! (thanks @jaredpalmer)
  • Updated to Rollup 0.60+
  • watch mode can now also be activated via a --watch flag (thanks @ngryman)