This project defines a custom element by subclassing Polymer.Element and applying a mixin. This defines the same simple element in various conditions:
- The
es5folder contains ES6 code that gets transpiled to ES5. - The
es6folder contains ES6 code that is bundled but otherwise not transpiled.
To rebuild these versions:
yarn installnpm run es5(to build ES5 version)npm run es6(to build ES6 version)