From 954bb573e90f84f413b716e9cc86e9905a13cf01 Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Tue, 6 Nov 2018 17:34:51 -0600 Subject: [PATCH 1/2] include babel polyfill in the build --- ui/ember-cli-build.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/ember-cli-build.js b/ui/ember-cli-build.js index 515d827999da..e1fa77ee74ea 100644 --- a/ui/ember-cli-build.js +++ b/ui/ember-cli-build.js @@ -3,7 +3,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app'); -module.exports = function(defaults) { +module.exports = function (defaults) { var config = defaults.project.config(EmberApp.env()); var app = new EmberApp(defaults, { favicons: { @@ -32,6 +32,9 @@ module.exports = function(defaults) { babel: { plugins: ['transform-object-rest-spread'], }, + 'ember-cli-babel': { + includePolyfill: true, + }, autoprefixer: { grid: true, browsers: ['defaults', 'ie 11'], From 1578947d36161969cfa1a264998521e73c974aad Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Tue, 6 Nov 2018 17:36:33 -0600 Subject: [PATCH 2/2] submit not sumbit --- ui/app/templates/partials/tools/hash.hbs | 2 +- ui/ember-cli-build.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/templates/partials/tools/hash.hbs b/ui/app/templates/partials/tools/hash.hbs index 25f9462312f2..5ad9f253d5f1 100644 --- a/ui/app/templates/partials/tools/hash.hbs +++ b/ui/app/templates/partials/tools/hash.hbs @@ -88,7 +88,7 @@