Running the guide/examples if the README of this respository will result in this error today:
Error: Cannot find module '<project path>\node_modules\pool-attendant-preact\dist\index.cjs.js'. Please verify that the package.json has a valid "main" entry
This is because the dist folder is not included in the published package. For now, I'm manually cloning this repository, making a build and copying the files over, but it would be great to have this fix.
I'd wager this is broken for anyone trying to use the package.
Running the guide/examples if the README of this respository will result in this error today:
This is because the dist folder is not included in the published package. For now, I'm manually cloning this repository, making a build and copying the files over, but it would be great to have this fix.
I'd wager this is broken for anyone trying to use the package.