Skip to content

v0.3.0

Compare
Choose a tag to compare
@JayCanuck JayCanuck released this 10 Mar 18:26
· 735 commits to master since this release

init

  • Sanitizes directory name so only valid characters are included as the package name.
  • Template updated for Enact 1.0.0-alpha.3

pack

  • Added -s/--stats flag to generate a stats.html bundle analysis report.
  • Fixed development build failure when generating sourcemaps.
  • Refactored ESLint configuration with an optional strict mode.
  • Updated eslint to use 3.9.1 for new rule support.
  • Updated eslint-plugin-enact to 6.5.0 for new rule support.

serve

  • Browser no longer automatically opens. Use -b/--browser flag to re-enable the feature.
  • Fixed serve failure when generating sourcemaps.