Polyfill custom event creation for IE9-11

This commit is contained in:
squidfunk
2016-12-29 10:50:19 +01:00
parent acece94694
commit 9f3dde3957
5 changed files with 15 additions and 20 deletions

View File

@@ -40,6 +40,7 @@ export default (gulp, config, args) => {
stream({
entry: [
"core-js/fn/promise",
"custom-event-polyfill",
"whatwg-fetch",
"application.js"
],