Skip to content

Commit

Permalink
Updated build script to use babel preset env
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Mar 20, 2020
1 parent 077e140 commit 4b86404
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": [ "es2015" ]
"presets": [ "env" ]
}
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function (grunt) {
babel: {
options: {
sourceMap: true,
presets: ['es2015']
presets: ['env']
},
dist: {
files: {
Expand Down
Loading

0 comments on commit 4b86404

Please sign in to comment.