dividab / uom

Extensible unit of measure conversion with type safety for typescript
MIT License
18 stars 1 forks source link

Don't publish sourcemap references #27

Open jonaskello opened 5 years ago

jonaskello commented 5 years ago

We do not publish sourcemap files to npm but the js files still reference source maps which causes problems in applications which use webpack source-map-loader.

jonaskello commented 5 years ago

We could also choose to pulbish source maps (*.map files) and also the source (src/ folder). If we go that route then the package will be fully debuggable using source maps.