typed-html icon indicating copy to clipboard operation
typed-html copied to clipboard

The published version is missing source maps

Open bebraw opened this issue 5 years ago • 0 comments

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. 👍

bebraw avatar Aug 09 '20 08:08 bebraw