/stencil-global-js-bug

sscce (http://sscce.org/) for stencil 12.0 bug

Primary LanguageTypeScript

stencil-global-js-bug

Repro of ionic-team/stencil#1044:

  • yarn install
  • yarn build-dev

Then, comment out the es6-tween code and rerun. Error disappears.

Then, uncomment out the es6-tween code, and comment out the Stencil component decoration. Error disappears.