-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Description
Bug Report
Prerequisites
- Can you reproduce the problem?
- Are you running the latest version?
- Are you reporting to the correct repository?
- Did you perform a cursory search?
For more information, see the CONTRIBUTING
guide.
Description
The latest npm package does not include the source but includes source maps. You can either include source directly in the package or enable inlineSources
option in tsconfig.json
to resolve this.
Expected behavior: [What you expected to happen]
The source to be included and source maps to work with minimization tools as expected.
Actual behavior: [What actually happened]
Source is not included.
Metadata
Metadata
Assignees
Labels
No labels