diff options
Diffstat (limited to 'webapp/.angular-cli.json')
-rw-r--r-- | webapp/.angular-cli.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/webapp/.angular-cli.json b/webapp/.angular-cli.json index 72cf2c8..ade79a2 100644 --- a/webapp/.angular-cli.json +++ b/webapp/.angular-cli.json @@ -30,10 +30,7 @@ "./app/@theme/styles/styles.scss" ], "scripts": [ - "../node_modules/pace-js/pace.min.js", - "./assets/vendors/echarts.min.js", - "./assets/vendors/echarts.world.min.js", - "../node_modules/chart.js/dist/Chart.min.js" + "../node_modules/pace-js/pace.min.js" ], "environmentSource": "environments/environment.ts", "environments": { |