refactor(app): move @babel/polyfill to entry (#4031)

pull/4089/head
Chaim Lev-Ari 2020-07-22 11:02:39 +03:00 committed by GitHub
parent 8e7aaa23d5
commit 6fc923b05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
import './assets/css';
import '@babel/polyfill';
import angular from 'angular';
import './agent/_module';

View File

@ -1,5 +1,4 @@
import $ from 'jquery';
import '@babel/polyfill';
angular.module('portainer').run([
'$rootScope',