Closed noonien closed 7 years ago
I think you need to use a custom named export https://github.com/rollup/rollup-plugin-commonjs#custom-named-exports
Oh, it would appear to be my bad, backbone.radio was not saved to my bower.json, and I think that's what caused the issue.
Adding it there solved the problem.
Thanks!
I'm using rollup with with rollup-plugin-bower-resolve with rollup-plugin-commonjs to resolve runtime dependencies, and it works just fine for other dependencies.
However, importing 'backbone.radio' results in the following error: