vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 152 forks source link

vueify unable to run on node version < 0.12 #173

Open danielduhh opened 7 years ago

danielduhh commented 7 years ago

Promise.all([ ^ ReferenceError: Promise is not defined

is thrown running vueify w/ browserify on node version 0.10.25 (yes, I know.. ancient) . However, npm installing es6-promise v4.0.5 and adding this line of code require('es6-promise') to vueify/lib.comipler fixes the issue...

More on this problem: https://github.com/webpack-contrib/css-loader/issues/144