systemjs-plugin-vue
systemjs-plugin-vue copied to clipboard
Single file component can't export default.
Exporting from a file will cause system-pugin-babel to load the .vue file, apparently not allowing systemjs-plugin-vue to do its job.
Using common cjs syntax module.exports inside the .vue file works just fine.
I've found the same issue, any thoughts or PRs to solve?
Funny enough it's no longer happening. I'm using export default and plugin babel doesn't mess with my vue component.