Closed EosFoundry closed 2 years ago
Specifically ./dist/splitpanes.es.js does not exist as referenced below:
./dist/splitpanes.es.js
"module": "./dist/splitpanes.es.js", "exports": { ".": { "import": "./dist/splitpanes.es.js", }, },
This is the contents of the package as pulled from npm:
Should it be pointing to ./dist/splitpanes.mjs instead?
./dist/splitpanes.mjs
Yes, I faced that issue too. It breaks my vite setup, but when update package.json to .mjs it works fine.
Here is the PullRequest
This should now be fixed in the latest package. 3.1.4
Specifically
./dist/splitpanes.es.js
does not exist as referenced below:This is the contents of the package as pulled from npm:
Should it be pointing to
./dist/splitpanes.mjs
instead?