ember-cli / ember-welcome-page

Welcome page for Ember CLI applications
MIT License
12 stars 23 forks source link

Added missing code for supporting Glint and <template>-tag #403

Closed ijlee2 closed 1 year ago

ijlee2 commented 1 year ago

Background

In a Discord chat, I learned that ember-welcome-page@7.0.1 hadn't bundled src/index.ts and src/template-registry.ts correctly.

What changed?

After fixing the bug (commits 1-3), I updated the test-app to consume dist/index.js and dist/template-registry.js (commits 4-6).

With the help of CI, we can now be sure that ember-welcome-page supports Glint and <template>-tag components.