Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@axe-core/react: includes source-maps to dist #417

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

mitas1
Copy link
Contributor

@mitas1 mitas1 commented Jan 7, 2022

@axe-core/react dist folder contains generated *.js.map files with non-existing references to .ts files and can produce warnings e.g. see #414. This will ensure the source map files are inlined into *.js.map hence included in dist.

Closes #414.

@CLAassistant
Copy link

CLAassistant commented Jan 7, 2022

CLA assistant check
All committers have signed the CLA.

@michael-siek michael-siek requested a review from Zidious January 7, 2022 14:59
Copy link
Contributor

@Zidious Zidious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mitas1 Thank you for contributing!

LGTM

@michael-siek
Copy link
Member

  • reviewed for security

@michael-siek michael-siek merged commit b32603a into dequelabs:develop Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Console Warning stating there is no such file for after.ts or index.ts
4 participants