-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat(ARCH-737/scripts): add jsx file extension support #5256
Merged
smouillour
merged 9 commits into
master
from
jmfrancois/feat/scripts-webpack-config-jsx-support
Apr 12, 2024
Merged
feat(ARCH-737/scripts): add jsx file extension support #5256
smouillour
merged 9 commits into
master
from
jmfrancois/feat/scripts-webpack-config-jsx-support
Apr 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 5, 2024 09:33
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 5, 2024 09:33
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 5, 2024 09:33
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 5, 2024 09:33
— with
GitHub Actions
Inactive
Size Change: 0 B Total Size: 17.5 MB ℹ️ View Unchanged
|
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 8, 2024 12:23
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 8, 2024 12:23
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 8, 2024 12:23
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 8, 2024 12:23
— with
GitHub Actions
Inactive
jmfrancois
changed the title
feat(scripts): add jsx file extension support
feat(ARCH-737/scripts): add jsx file extension support
Apr 9, 2024
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 9, 2024 12:10
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 9, 2024 12:10
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 9, 2024 12:10
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 9, 2024 12:10
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 9, 2024 12:10
— with
GitHub Actions
Inactive
smouillour
reviewed
Apr 11, 2024
jmfrancois
commented
Apr 12, 2024
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 12, 2024 07:52
— with
GitHub Actions
Inactive
jmfrancois
had a problem deploying
to
pull_request_unsafe
April 12, 2024 07:52
— with
GitHub Actions
Error
jmfrancois
had a problem deploying
to
pull_request_unsafe
April 12, 2024 07:52
— with
GitHub Actions
Error
jmfrancois
had a problem deploying
to
pull_request_unsafe
April 12, 2024 07:52
— with
GitHub Actions
Error
jmfrancois
had a problem deploying
to
pull_request_unsafe
April 12, 2024 07:52
— with
GitHub Actions
Error
jmfrancois
commented
Apr 12, 2024
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 12, 2024 07:52
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 12, 2024 07:52
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 12, 2024 07:52
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 12, 2024 07:52
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
April 12, 2024 07:53
— with
GitHub Actions
Inactive
smouillour
approved these changes
Apr 12, 2024
romainseb
approved these changes
Apr 12, 2024
mhuchet
approved these changes
Apr 12, 2024
smouillour
temporarily deployed
to
pull_request_unsafe
April 12, 2024 08:49
— with
GitHub Actions
Inactive
smouillour
temporarily deployed
to
pull_request_unsafe
April 12, 2024 08:49
— with
GitHub Actions
Inactive
smouillour
temporarily deployed
to
pull_request_unsafe
April 12, 2024 08:49
— with
GitHub Actions
Inactive
smouillour
temporarily deployed
to
pull_request_unsafe
April 12, 2024 08:49
— with
GitHub Actions
Inactive
smouillour
temporarily deployed
to
pull_request_unsafe
April 12, 2024 08:49
— with
GitHub Actions
Inactive
smouillour
deleted the
jmfrancois/feat/scripts-webpack-config-jsx-support
branch
April 12, 2024 09:00
smouillour
had a problem deploying
to
pull_request_unsafe
April 12, 2024 09:00
— with
GitHub Actions
Failure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the problem this PR is trying to solve?
We are in the process to make our code base support mainstream tools like vite.
We have identified vite by default wants filename extension to be .jsx when the file has react syntax which make sens.
What is the chosen solution to this problem?
Add that to our talend-scripts default configuraiton
We have changed the playground to use jsx and it works !
Please check if the PR fulfills these requirements
yarn changeset
to a request a release from the CI if wanted.[ ] This PR introduces a breaking change