refactor(webpack): return angular to entry file

pull/2670/head
Chaim Lev-Ari 2018-11-06 14:55:11 +02:00
parent f6e1782632
commit 59c2353c50
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
import '../assets/css/app.css';
import angular from 'angular';
import './agent/_module';
import './azure/_module';
import './docker/__module';