-
What is this about? The package in question is @feathersjs/vuex {
name: "@feathersjs/vuex",
description: "FeathersJS, Vue 3, and Nuxt for the artisan developer",
version: "4.0.1-pre.16",
homepage: "https:vuex.feathersjs.com",
main: "dist/",
module: "dist/",
types: "dist/" I can't see anything wrong with it. The message pops up every time you reload vite. https://stackblitz.com/edit/feathersjs-wy4w68?file=vuex.json That sandbox has a custom vuex.json that gets copied to @feathersjs/vuex/package.json for debugging. So far I can't get the message to go away. @benmccann submitted the change 6 days ago |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I've never seen a package list a directory rather than file as the entry point. I have no idea whether that's valid. But assuming it is, there appears to be another issue here. Both |
Beta Was this translation helpful? Give feedback.
-
Good call... the error message could be a little more useful. The following package.json header fixed it
|
Beta Was this translation helpful? Give feedback.
Good call... the error message could be a little more useful. The following package.json header fixed it