robinrodricks / vue3-touch-events

Simple touch events support for vue.js 3
MIT License
216 stars 27 forks source link

Storybook warning #11

Open doutatsu opened 2 years ago

doutatsu commented 2 years ago

vue3-touch-events doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.

I seem to be getting this warning in Storybook, which I don't think matter, as the package is working, but still wanted to raise