Skip to content

Commit

Permalink
UI - add babel polyfill (#5714)
Browse files Browse the repository at this point in the history
* include babel polyfill in the build

* submit not sumbit
  • Loading branch information
meirish authored Nov 7, 2018
1 parent fb89af7 commit aec63a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/partials/tools/hash.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down
3 changes: 3 additions & 0 deletions ui/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit aec63a7

Please sign in to comment.