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

A treed fork that works in 2021 #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

spacegangster
Copy link

@spacegangster spacegangster commented Sep 26, 2021

Hey, for those who've encountered babel / webpack issues.
I've fixed these problems in my fork.

  • webpack upgraded 1->2
  • Didn't manage to compile {...object} expressions, so replaced them with Object.assign({}, x1, x2, ...)
  • added unmentioned aphrodite dependency to package json
  • added yarn.lock

Fixes #29 #26

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.

Module not found: Error: Cannot resolve module 'aphrodite'
1 participant