mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
refactor(app): move @babel/polyfill to entry (#4031)
This commit is contained in:
parent
8e7aaa23d5
commit
6fc923b05b
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
import './assets/css';
|
||||
import '@babel/polyfill';
|
||||
|
||||
import angular from 'angular';
|
||||
|
||||
import './agent/_module';
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import $ from 'jquery';
|
||||
import '@babel/polyfill';
|
||||
|
||||
angular.module('portainer').run([
|
||||
'$rootScope',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue