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

Commit 2d34f1e

Browse files
committed
Merge pull request #20 from hanachin/patch-1
Update README babel config example format
2 parents e7a4367 + e301c7d commit 2d34f1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ If you wish to mofidy this, you can add a `vue.config.js` and configure the opti
112112

113113
``` js
114114
// vue.config.js
115-
module.exports = function (vueify) {
116-
vueify.option('babel', {
115+
module.exports = {
116+
babel: {
117117
stage: 0, // use all the fancy stage 0 features!
118118
optional: ['runtime'],
119119
loose: 'all',
120120
nonStandard: false
121-
})
121+
}
122122
}
123123
```
124124

0 commit comments

Comments
 (0)