Skip to content

Commit

Permalink
Fixed babel config, removed package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
DamourYouKnow committed May 24, 2019
1 parent 4140ea6 commit f8f009e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5,064 deletions.
7 changes: 2 additions & 5 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module.exports = {
'presets': [
[
'@babel/env', {
'useBuiltIns': 'usage',
'corejs': 'core-js@2'
'useBuiltIns': 'usage'
}
]
],
Expand All @@ -13,9 +12,7 @@ module.exports = {
'presets': [
[
'@babel/env', {
'targets': {'node': 10},
'useBuiltIns': 'usage',
'corejs': 'core-js@2'
'targets': {'node': 10}
}
]
]
Expand Down
Loading

0 comments on commit f8f009e

Please sign in to comment.