Skip to content
This repository was archived by the owner on Aug 21, 2020. It is now read-only.
This repository was archived by the owner on Aug 21, 2020. It is now read-only.

Incorrect sourcemappings in npm package #47

@dozer75

Description

@dozer75

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions