cradigan
cradigan
@guanfengwu Did you manage to find a solution? I'm running into the same problem.
@guanfengwu It seems like craftjs is using some modules that are part of nodejs but not available in the browser. I'm bundling my editor as a web-component and initializing via...
Ignore the previous solution. Much simpler solution with better tree-shaking is to just use nodeResolve & nodePolyfills plugins for rollup. Some work might still need to be done to ensure...