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

fix(build): remove jsx pragma comments from build output #5112

Merged
merged 1 commit into from Sep 21, 2022

Commits on Sep 21, 2022

  1. fix(build): remove jsx pragma comments from build output

    fixes algolia/react-instantsearch#3632
    
    These comments aren't needed, as the jsx is already transpiled, and it can cause issues when someone uses the automatic runtime option, which doesn't allow jsx pragmas
    
    fixed in two places
    - umd / cjs / esm --> babel config
    - .d.ts --> postprocessing script of the tsc
    Haroenv committed Sep 21, 2022
    Copy the full SHA
    718563d View commit details
    Browse the repository at this point in the history