fix: add allowed common js dependencies

This commit is contained in:
Sergey Andrievskiy 2020-08-19 18:18:17 +03:00
parent f804d5a90b
commit 20e5c7ce13

View file

@ -51,6 +51,14 @@
"node_modules/echarts/dist/echarts.min.js", "node_modules/echarts/dist/echarts.min.js",
"node_modules/echarts/dist/extension/bmap.min.js", "node_modules/echarts/dist/extension/bmap.min.js",
"node_modules/chart.js/dist/Chart.min.js" "node_modules/chart.js/dist/Chart.min.js"
],
"allowedCommonJsDependencies": [
"angular2-chartjs",
"echarts",
"lodash",
"zrender/lib/svg/svg",
"zrender/lib/vml/vml",
"style-loader!leaflet/dist/leaflet.css"
] ]
}, },
"configurations": { "configurations": {