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

chore(*): ensure all prepare scripts set NODE_ENV #11911

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

DSchau
Copy link
Contributor

@DSchau DSchau commented Feb 19, 2019

This solves an issue where _jsxFileName is set upon publishing--which
seems to be a debugging/development mode tweak that Babel makes.

See the recently released gatsby-plugin-cxs for an example (check the _jsxFileName in particular)

Description

Related Issues

This solves an issue where _jsxFileName is set upon publishing--which
seems to be a debugging/development mode tweak that Babel makes.
@pieh pieh merged commit bd82442 into gatsbyjs:master Feb 19, 2019
pragmaticpat pushed a commit to pragmaticpat/gatsby that referenced this pull request Apr 28, 2022
This solves an issue where _jsxFileName is set upon publishing--which
seems to be a debugging/development mode tweak that Babel makes.

See the recently released [gatsby-plugin-cxs](https://unpkg.com/[email protected]/gatsby-ssr.js) for an example (check the _jsxFileName in particular)

<!--
  Have any questions? Check out the contributing docs at https://gatsby.app/contribute, or
  ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->

## Description

<!-- Write a brief description of the changes introduced by this PR -->

## Related Issues

<!--
  Link to the issue that is fixed by this PR (if there is one)
  e.g. Fixes gatsbyjs#1234, Addresses gatsbyjs#1234, Related to gatsbyjs#1234, etc.
-->
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.

2 participants