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

deps: upgrade to rpt2 0.32.1 to fix configPlugin declarationMap issue #86

Merged
merged 1 commit into from
Jun 11, 2022

Commits on Jun 11, 2022

  1. deps: upgrade to rpt2 0.32.1 to fix configPlugin declarationMap i…

    …ssue
    
    - Per b14060c, I ran into a bug in rpt2 when using it as a `configPlugin` and enabling declarationMaps
      - that bug was actually due to some code _I_ wrote in rpt2 and an edge case I didn't know existed (`configPlugin` usage means Rollup has no `output`)
      - so I eventually fixed it myself too
      - and in the past month I stepped up to help maintain rpt2 and fixed a ton of issues and improved lots of things per the release notes :)
    
    - since declarationMaps now work while using as a `configPlugin`, remove the workaround `tsconfig.rollup.json`
    agilgur5 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    477c67f View commit details
    Browse the repository at this point in the history