Bug Report
Prerequisites
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.
Bug Report
Prerequisites
For more information, see the
CONTRIBUTINGguide.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
inlineSourcesoption intsconfig.jsonto 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.