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

Replace esbuild with Rollup #122

Merged
merged 4 commits into from
Nov 8, 2023
Merged

Replace esbuild with Rollup #122

merged 4 commits into from
Nov 8, 2023

Conversation

havardholvik
Copy link
Collaborator

As we are seeing some problems with our current build setup, try reverting to rollup.

As we are seeing some problems with our current build setup, try
reverting to rollup.
Copy link
Collaborator

@nandito nandito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works with cra and vite locally.

@@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could 20 work? That's our new target version in the other services.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can bump

Copy link
Member

@thyal thyal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me as well (CRA + Vite)

havardholvik and others added 2 commits November 8, 2023 10:24
Align node version with what we are using elsewhere in the company.
Also replace process.env variables with their actual values to prevent
setups such as Vite needing more configuration.
@thyal thyal merged commit c9cda9e into development Nov 8, 2023
2 checks passed
@thyal thyal deleted the holvik/rollup-take-2 branch November 8, 2023 10:35
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.

4 participants