egoist/bili

Error: Cannot find module 'rollup-plugin-0'

biigpongsatorn opened this issue · 5 comments

I user bili for build Vue component package.
I install bili as global but when I try to run bili src/components/MyComponent.vue I got this error.

Error: Cannot find module 'rollup-plugin-0' 

me too. did you @biigpongsatorn find a solution for it?

Do you guys have rollup-plugin-vue and vue-template-compiler installed in your project?

Try with --plugins.vue see if it changes anything.

Fixed mine by changing to new plugins format in bili.config.js:

https://bili.egoist.sh/api/interfaces/config.html#plugins

Originally mine was:

plugins: [
 ...
]