Skip to content
New issue

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

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

Already on GitHub? # to your account

[Core] Allow module entrypoint to be written in typescript #8873

Merged
merged 1 commit into from
Nov 7, 2023

Commits on Aug 24, 2023

  1. [Core] Allow module entrypoint to be written in typescript

    There is an unnecessary ".js" added to the name resolution in
    webpack.config.js which forces the entrypoint of modules referred
    to by the config to be javascript. This removes it so that
    .ts/.tsx files can serve as the entrypoint to a module.
    driusan committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    82f52dc View commit details
    Browse the repository at this point in the history