Add babel-polyfill
Babel will not work on older browser with polyfilling some of the features, that's why we need to include it.
This commit is contained in:
parent
5a747a4da0
commit
c6a5db87a4
|
@ -30,6 +30,7 @@ module.exports = function(defaults) {
|
|||
}
|
||||
});
|
||||
|
||||
app.import('vendor/babel-polyfill.js', { prepend: true });
|
||||
app.import('bower_components/pusher/dist/pusher.js');
|
||||
app.import('bower_components/jquery-timeago/jquery.timeago.js');
|
||||
app.import('bower_components/visibilityjs/lib/visibility.core.js');
|
||||
|
|
4368
vendor/babel-polyfill.js
vendored
Normal file
4368
vendor/babel-polyfill.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user