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
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.
The text was updated successfully, but these errors were encountered:
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 intsconfig.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.
The text was updated successfully, but these errors were encountered: