Open hirasso opened 8 years ago
make " module.exports = { " instead of " export default { "
I've fixed by add { "presets": [ "es2015" ] }
in the .bebelrc file.
I was having this problem when I was using buble-loader. Attempted to use yuwenhui's solution on buble-loader instead, but it didn't work.
Using babel-loader with es2015 worked.
And for idiots like me, make sure you don't have any unclosed brackets 😅
Hi there! I am just trying to get going with vueify. While re-producing your example given in the readme, I get this error:
This is my app.vue file:
Any hint on what I am doing wrong?