bili
bili copied to clipboard
Error: Cannot find module 'rollup-plugin-0'
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?
@hosein2398 yes
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: [
...
]