This repository was archived by the owner on Dec 26, 2018. It is now read-only.
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
Forcing babel-preset-2015 #95
Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels