Skip to content

Commit

Permalink
Do not specify targets
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Sep 13, 2018
1 parent 770168d commit 40210d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Expand Up @@ -3,7 +3,7 @@ module.exports = function(api) {

return {
presets: [
['@babel/preset-env', { targets: { 'node': 6 } }]
['@babel/preset-env']
],
plugins: [
'add-module-exports',
Expand Down

0 comments on commit 40210d0

Please sign in to comment.