Add polyfills for IE11

This commit is contained in:
Nick O'Leary
2020-04-03 16:56:46 +01:00
parent 4f31632863
commit efad7270b7
2 changed files with 35 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ module.exports = function(grunt) {
src: [
// Ensure editor source files are concatenated in
// the right order
"packages/node_modules/@node-red/editor-client/src/js/polyfills.js",
"packages/node_modules/@node-red/editor-client/src/js/jquery-addons.js",
"packages/node_modules/@node-red/editor-client/src/js/red.js",
"packages/node_modules/@node-red/editor-client/src/js/events.js",