i cant build
I've followed the documentation but can't build
this error
ReferenceError: require is not defined in ES module scope, you can use import instead
Replies (1)
Hi
Have you tried to remove this part from tools/package.json?
"type": "module",
Thanks