You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
Hi, I'm making an app which is targeted to modern browsers (which support ES2015 more than 90%), and basically I need babel only for modules support. So I use custom .babelrc, without preset and only with 1 plugin. This reduces resulting bundle and speeds up development.
Unfortunately, latest version of vueify throws errors: npm install --save-dev babel-preset-es2015 while parsing file: SomeComponent.vue. While this can be quite easily solved by installing said preset, I'd prefer not to clatter my package.json. Can this be solved somehow?