vueify (in gulp task) with babel transform of vue files
问题 fixed. The solution is to: pass through .transform(babelify) as well ensure all your .vue -file script elements look like <script type="text/javascript"> -- that type attribute must come before custom attributes, lang attribute.. might ahve to be the first, even only attribute on the tag. I think my problem is that I have es6 in my vues. I am getting: [09:33:36] Starting 'public'... events.js:160 throw er; // Unhandled 'error' event ^ SyntaxError: 'import' and 'export' may appear only with