electron-userland / electron-compile

DEPRECATED: Electron supporting package to compile JS and CSS in Electron applications
1.01k stars 99 forks source link

Vue single file component Uncaught SyntaxError: Unexpected token < #246

Open 2fours opened 7 years ago

2fours commented 7 years ago

I'm trying to require in a vue single file component and get the above error. Debug output does not show anything for the .vue file in question. Is there something I have to do to get single file vue components to work?