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: fix frontend build #1579

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

Conversation

MSzalowski
Copy link
Contributor

List of changes

  • fix building the frontend package

@@ -4,7 +4,7 @@
"version": "1.0.8",
"type": "module",
"scripts": {
"build": "vite build",
"build": "NODE_OPTIONS=--max_old_space_size=8192 vite build",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This might not be needed. Needs further testing.

babel({
include: [
"node_modules/@intersect.mbo/**/*.js",
"node_modules/@intersect.mbo/**/*.jsx",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This might not be needed. Needs further testing,

@MSzalowski
Copy link
Contributor Author

That PR should be treated as a candidate for fix.

@MSzalowski
Copy link
Contributor Author

TODO:
Verify dependent packages working such as:
usersnap and CSL

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.

None yet

1 participant