SebastianStehle / yjs-redux

MIT License
13 stars 1 forks source link

ssr issue with remix #4

Open fredericrous opened 7 months ago

fredericrous commented 7 months ago

I'm getting this issue when trying to import store.js in a Remix app. my file looks exactly like the one in the readme

9:12:07 AM [vite] Error when evaluating SSR module /app/routes/myfile.tsx: failed to import "/app/store.ts"
|- Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/myproject/node_modules/.pnpm/yjs-redux@0.15.0/node_modules/yjs-redux/dist/binder-hooks' imported from /myproject/node_modules/.pnpm/yjs-redux@0.15.0/node_modules/yjs-redux/dist/index.js

I think the lib needs to be exported to commonjs as well

SebastianStehle commented 7 months ago

PR would be awesome

fredericrous commented 7 months ago

I posted a PR, I let you rework it in order to support the build of the sample