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 was archived by the owner on Aug 21, 2020. It is now read-only.
The map files in the npm package is pointing to a reference that doesn't exist in the npm structure (../../src), this causes bundling of the cookie package with for example systemjs to find the correct source file since these are placed in the ts folder. The map files should be based on ts and not on ../../src.
The build structure should reflect the npm package layout so that map files is handled correctly. Look for example at the rxjs library and the map files , these reflect the npm structure.
The map files in the npm package is pointing to a reference that doesn't exist in the npm structure (../../src), this causes bundling of the cookie package with for example systemjs to find the correct source file since these are placed in the ts folder. The map files should be based on ts and not on ../../src.
The build structure should reflect the npm package layout so that map files is handled correctly. Look for example at the rxjs library and the map files , these reflect the npm structure.