Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #20 from hanachin/patch-1
Browse files Browse the repository at this point in the history
Update README babel config example format
  • Loading branch information
yyx990803 committed Oct 30, 2015
2 parents e7a4367 + e301c7d commit 2d34f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ If you wish to mofidy this, you can add a `vue.config.js` and configure the opti

``` js
// vue.config.js
module.exports = function (vueify) {
vueify.option('babel', {
module.exports = {
babel: {
stage: 0, // use all the fancy stage 0 features!
optional: ['runtime'],
loose: 'all',
nonStandard: false
})
}
}
```

Expand Down

0 comments on commit 2d34f1e

Please sign in to comment.