[Vuejs]-Es6 node not properly importing

0👍

It’s kind of annoying but I’m pretty sure Node doesn’t support ES6 import OR export syntax.

Here’s a stackoverflow post that addresses this in greater detail.

How can I use an es6 import in node?

Leave a comment