Skip to content

Commit

Permalink
removing array includes from module compatible scripts (ampproject#23625
Browse files Browse the repository at this point in the history
)
  • Loading branch information
prateekbh authored Jul 31, 2019
1 parent 5531662 commit ad72dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-system/build.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const esmRemovedImports = {
'./polyfills/object-assign': ['installObjectAssign'],
'./polyfills/object-values': ['installObjectValues'],
'./polyfills/promise': ['installPromise'],
'./polyfills/array-includes': ['installArrayIncludes'],
};

/**
Expand Down

0 comments on commit ad72dd4

Please sign in to comment.