Skip to content

Commit

Permalink
Add Object.assign polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
dixso committed Feb 5, 2017
1 parent 60891b0 commit 9c96836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ module.exports = function(grunt) {
babel: {
dist: {
options: {
presets: ['es2015']
presets: ['es2015'],
plugins: ['transform-object-assign']
},
files: {
'dist/built/custombox.js': 'src/custombox.js'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/jasmine": "^2.5.38",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"custom-event-polyfill": "^0.3.0",
Expand Down

0 comments on commit 9c96836

Please sign in to comment.