nicojs / typed-html

TypeSafe HTML templates using TypeScript. No need to learn a template library.
333 stars 51 forks source link

The published version is missing source maps #15

Open bebraw opened 4 years ago

bebraw commented 4 years ago

I noticed the published version is missing source maps. Demo:

  1. npm init -y in a new directory
  2. npm add typed-html -D
  3. ls node_modules/typed-html/dist - No source maps are visible.

I see you have enabled them in project configuration so maybe they weren't uploaded correctly or so.

I'm having lots of fun with the package. Thanks a lot for authoring it. 👍