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

Specify node platform in esbuild options #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ymichael
Copy link

Currently, this defaults to "browser" (see: https://esbuild.github.io/api/#platform)

  • Which then defines process.env.NODE_ENV to development OR production
    based on the minification option.
  • Specifying platform=node leaves this alone so you can do NODE_ENV=XYZ ts-eager foo.ts

Test plan:

  • Added a unit test to make sure that process.env.NODE_ENV is left a lone
  • test fails without the fix in register.js
  • npm run test, npm run lint, npx tsc, npx prettier --check .

- Otherwise esbuild defaults to "browser" (https://esbuild.github.io/api/#platform)
- Which then defines process.env.NODE_ENV to development OR production
  based on the minification option.
- Specifying platform=node leaves this alone so you can do `NODE_ENV=XYZ ts-eager foo.ts`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant