Skip to content
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
Closed
@hogart

Description

@hogart

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions