Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Aug 17, 2019
1 parent 250cd43 commit 0cc0913
Show file tree
Hide file tree
Showing 224 changed files with 7,762 additions and 6,279 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
presets: process.env.npm_lifecycle_event.indexOf('unit') > -1 ? [] : [
presets: !process || !process.env || !process.env.npm_lifecycle_event || process.env.npm_lifecycle_event.indexOf('unit') > -1 ? [] : [
'@vue/app'
]
}
Loading

0 comments on commit 0cc0913

Please sign in to comment.