Closed yurayko closed 6 years ago
Hi @yurayko, from a first look you should definitely use rollup-plugin-node-resolve
(which resolved the issues for me). However there still seems to be an issue with rollup itself i.e. you should at least be getting a better error message so please leave this issue open until we got to the bottom of this.
Closing it in favour of rollup/rollup#2317
I've improved the error output for this case in rollup/rollup#2334.
Note that changing to 'vue': path.resolve('node_modules/vue/dist/vue.esm.js')
fixes this too.
I try to make a bundle from vue and N3-components (vue framework). If I directly select a common js versions for both of them, then all OK. But if select 'vue/dist/vue.esm.js' then rollup crashed with stack trace
Here test repository Or this a rollup Issue ?