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 ESM type import in Webpack loader #2452

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Fix ESM type import in Webpack loader #2452

merged 1 commit into from
Mar 6, 2024

Commits on Mar 5, 2024

  1. Fix ESM type import in Webpack loader CJS file

    TypeScript 5.3 introduced support for import attributes and
    `resolution-mode`. This can be used to import types from ESM files into
    CJS files without a `@ts-ignore` comment.
    remcohaszing committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a74d951 View commit details
    Browse the repository at this point in the history