Closed jpstotz closed 1 year ago
The active developing branch is https://github.com/ChiChou/grapefruit/tree/vue3 That branch is a rewrite so nothing works yet. However it's not affected by this issue.
I'll replace the main branch once it's ready
@ChiChou Thanks for your feedback. For me this is good and bad news at the same time, because there is now one branch I could make changes to (like attaching to a non-app process, list superClass, argumentTypes, ...), but it doesn't build and it is a dead end so the changes would be lost. And the new branch with the rewrite which could in general be built but misses all the functionality.
Nevertheless thank you for Grapefruit.
Cloning the grapefruit GIT repo following https://github.com/ChiChou/grapefruit/wiki/Development-Setup starting the development server fails:
It seems like the used webpack version and it's configuration is not compatible with Node 17+.
I tried to change webpack configuration to
output.hashFunction = 'sha256'
as mentioned in https://stackoverflow.com/a/73027407/150978, however I am not familiar with webpack in TypeScript projects so I don't know where to put that configuration.