next-super-performance icon indicating copy to clipboard operation
next-super-performance copied to clipboard

dist folder not included within published package `pool-attendant-preact`

Open EnKrypt opened this issue 4 years ago • 0 comments

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.

EnKrypt avatar Jul 21 '21 08:07 EnKrypt