mirror of https://github.com/portainer/portainer
refactor(webpack): return angular to entry file
parent
f6e1782632
commit
59c2353c50
|
@ -1,4 +1,6 @@
|
||||||
import '../assets/css/app.css';
|
import '../assets/css/app.css';
|
||||||
|
import angular from 'angular';
|
||||||
|
|
||||||
import './agent/_module';
|
import './agent/_module';
|
||||||
import './azure/_module';
|
import './azure/_module';
|
||||||
import './docker/__module';
|
import './docker/__module';
|
||||||
|
|
Loading…
Reference in New Issue