kazupon / vue-cli-plugin-p11n

:electric_plug: Vue CLI 3 plugin to pluginize your Vue project
MIT License
113 stars 13 forks source link

Correct the bug which prevents to use vue files. #20

Closed EtienneSchmitz closed 5 years ago

EtienneSchmitz commented 5 years ago

In build mode, it is impossible to create components plugins because the import of vue files provokes errors. By adding rollup-plugin-vue in the configuration of rollup, we can solve the problem. See #19