Skip to content

0.3.0

Compare
Choose a tag to compare
@developit developit released this 13 Jan 23:25
· 710 commits to master since this release

Features

  • Add support for JSX (+ --jsx pragma option) (#13, thanks @wcastand)
  • Add support for tagged template strings (#29, thanks @rtorr)
  • Add CSS support with PostCSS and Autoprefixer (#30, thanks @tknipfer)
  • Switch to Sade for CLI handling (#32, thanks @lukeed)
  • Use uglify-es to compress ES Modules output too
  • Fix --inline all option so it inlines modules from node_modules (#33, thanks @ColinRTaylor)
  • Look for "browser" entries in package.json, add --target node option to bypass (#38, thanks @kevlened)
  • Prefer "module" when importing from node_modules (#24, thanks @jescalan)
  • Add "mangle" field to package.json to allow custom property mangling
  • Add --name option to customize export name (#10, thanks @msfragala)
  • Switch from snake_case to pascalCase for auto module names (#15, thanks @msfragala)

Bug Fixes

  • Fix issues running under Windows (#21, thanks @g-plane)
  • De-dupe entry files
  • Avoid repeated CSS extraction