Hawkbat / VTubeStudioJS

An implementation of the VTube Studio API for Node and browser JS
MIT License
45 stars 2 forks source link

Fix import path #5

Closed satetsu888 closed 2 years ago

satetsu888 commented 2 years ago

I got import path error below with using vtubestudio version 1.8.0 and 1.9.0 at webpack build phase. 1.6.1 works fine for me.

ERROR in ./node_modules/vtubestudio/lib/plugin.js 71:12-26
Module not found: Error: Can't resolve 'src' in '/Users/satetsu888/work/vts-plugin/node_modules/vtubestudio/lib'
...

It seems to be simple miss typing, so patched.

Hawkbat commented 2 years ago

Thanks for finding that. I'll merge and republish.

Hawkbat commented 2 years ago

Republished as vtubestudio@1.9.1.