mirror of https://github.com/portainer/portainer
refactor(app): move @babel/polyfill to entry (#4031)
parent
8e7aaa23d5
commit
6fc923b05b
|
@ -1,4 +1,6 @@
|
||||||
import './assets/css';
|
import './assets/css';
|
||||||
|
import '@babel/polyfill';
|
||||||
|
|
||||||
import angular from 'angular';
|
import angular from 'angular';
|
||||||
|
|
||||||
import './agent/_module';
|
import './agent/_module';
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
import '@babel/polyfill';
|
|
||||||
|
|
||||||
angular.module('portainer').run([
|
angular.module('portainer').run([
|
||||||
'$rootScope',
|
'$rootScope',
|
||||||
|
|
Loading…
Reference in New Issue