michaelbull / aurelia-hacker-news

A recreation of the Hacker News website written in TypeScript and built with Aurelia.
https://michaelbull.github.io/aurelia-hacker-news
ISC License
62 stars 7 forks source link

Cannot use globalResources whilst uglifying #4

Closed michaelbull closed 7 years ago

michaelbull commented 7 years ago

Fixed in 3d26bdbb91774b355b1d94f739ab67e13e46873e by resorting to <require> tags.

Would like to avoid this if possible.