You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
This is part of the sourcemap when I use rollup: "sources":["../node_modules/rollup-plugin-typescript/src/typescript-helpers.js","..
since the rollup-plugin-typescript is a devDependency it won't be included when someone imports my library.
This causes issues with bundling sites that uses my library
Example: https://github.com/ronzeidman/ng2-ui-auth/blob/master/dist/ng2-ui-auth.js.map
The text was updated successfully, but these errors were encountered:
This was an issue with rollup-plugin-babel that was resolved by adding functionality to rollup for ignoring a file from the sourcemap. See rollup/rollup-plugin-babel#64.
This is part of the sourcemap when I use rollup:
"sources":["../node_modules/rollup-plugin-typescript/src/typescript-helpers.js","..
since the rollup-plugin-typescript is a devDependency it won't be included when someone imports my library.
This causes issues with bundling sites that uses my library
Example:
https://github.com/ronzeidman/ng2-ui-auth/blob/master/dist/ng2-ui-auth.js.map
The text was updated successfully, but these errors were encountered: