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