jwayne2

Results 3 comments of jwayne2

I modified isVueComponent function and now it detects class components without having to add // @vue/component comment. I just changed line 1889 to this: if (callee.name.toLowerCase() === 'component') { Not...

@andrewmackrodt your diff seems to have source and target in the wrong order. Could you also make pull requests with your changes?

File lib/addStylesShadow.js was deleted but vue/cli-service/lib/commands/build/resolveWcEntry.js tries to import it. So building production build fails but HMR works correctly.