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:
Piotr Sarnacki 2015-12-15 18:46:03 +01:00
parent 5a747a4da0
commit c6a5db87a4
2 changed files with 4369 additions and 0 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff