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

TR-9 create dev & prod build #86

Closed
wants to merge 6 commits into from
Closed

TR-9 create dev & prod build #86

wants to merge 6 commits into from

Conversation

nicoledgreene
Copy link
Contributor

@nicoledgreene nicoledgreene commented Jul 19, 2024

  • Add vite to project & configure to create min and unmin versions of main.js in a single build command
  • Add babel to project & configure to handle legacy browser support
  • Add route for /dev to show unminified version
  • Update Contributing guide

@nicoledgreene nicoledgreene changed the title DRAFT: TR-9 create dev & prod build TR-9 create dev & prod build Jul 19, 2024
@nicoledgreene nicoledgreene marked this pull request as ready for review July 19, 2024 20:12
.gitignore Outdated
@@ -1,4 +1,5 @@
node_modules/
dist/
Copy link
Member

Choose a reason for hiding this comment

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

Will this break production?

We need to commit dist until @LeoDiazL and @imaustink 's changes are ready.

Copy link
Member

@justinbmeyer justinbmeyer left a comment

Choose a reason for hiding this comment

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

I think we have to wait until Leo and Austin's changes are in to use this? I would keep committing dist until then.

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