UI - add babel polyfill (#5714)

* include babel polyfill in the build

* submit not sumbit
This commit is contained in:
Matthew Irish 2018-11-06 20:19:12 -06:00 committed by GitHub
parent 7bd22e6779
commit 6f4cc5790f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<div class="field is-grouped box is-fullwidth is-bottomless">
<div class="control">
<button
type="sumbit"
type="submit"
class="button is-primary"
data-test-tools-submit="true"
>

View File

@ -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'],