Skip to content

v0.9.1

Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 21 Dec 13:29
· 30 commits to master since this release

Overview

This release improves some of the log messaging related to WCC heuristics for detecting custom element definitions.

Changelog

https://github.com/ProjectEvergreen/wcc/issues?q=label%3A0.9.1

  1. gracefully and accurately handle "empty" entry points and dependency files that don't export a custom element

Breaking Changes

None

Known Issues

N / A

Diff

$ git diff 0.9.0 0.9.1 --stat
 package.json                           |  2 +-
 src/wcc.js                             | 34 +++++++++++++++++++---------------
 test/cases/no-export/no-export.spec.js | 10 ++++++++--
 3 files changed, 28 insertions(+), 18 deletions(-)