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(dev): build modules for ts->js conversion #4891

Merged
merged 2 commits into from
Dec 16, 2022

Commits on Dec 16, 2022

  1. fix(dev): build js modules for ts->js conversion

    The TS->JS migration was removed from the CLI codemod options, but still
    used for TS->JS conversion when creating a new Remix project from the
    CLI. The TS modules responsible for the TS->JS conversion were
    incorrectly removed from the Rollup build, resulting in the
    corresponding built JS modules being absent. That caused the CLI to
    error when trying to perform TS->JS conversion. This changes
    reintroduces the wiring to build the modules responsible for the TS->JS
    conversion.
    
    Fixes #4854
    pcattori committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    84a9c49 View commit details
    Browse the repository at this point in the history
  2. Create many-zebras-arrive.md

    pcattori committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a63be39 View commit details
    Browse the repository at this point in the history