Seaal / Pug

A Client for Jedi Knight Academy pick up games
GNU Affero General Public License v3.0
2 stars 0 forks source link

Fix moment types hack #12

Closed Seaal closed 7 years ago

Seaal commented 7 years ago

For the time being, I manually edited moment.d.ts in the moment npm package to not export as a module, so I could use it as a global namespace. If I include it as a module, system.js tries to import it and it causes errors. Need to fix the issue, maybe when #5 is complete, it will work easily with webpack.