Open FreekVR opened 6 years ago
Vueify doesn't currently work correctly with babel@7, which is now stable: https://babeljs.io/blog/2018/08/27/7.0.0
There are a couple of issues already in the tracker, but I think the most important thing would be to update the vueify internals to use babel7:
It'd be nice if the project works under babel7, especially since it contains many optimized patterns (for example better support for browserlists) and allows for a smaller babel-polyfill footprint (if used)
something new?
Vueify doesn't currently work correctly with babel@7, which is now stable: https://babeljs.io/blog/2018/08/27/7.0.0
There are a couple of issues already in the tracker, but I think the most important thing would be to update the vueify internals to use babel7:
It'd be nice if the project works under babel7, especially since it contains many optimized patterns (for example better support for browserlists) and allows for a smaller babel-polyfill footprint (if used)