mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix: add allowed common js dependencies
This commit is contained in:
parent
f804d5a90b
commit
20e5c7ce13
1 changed files with 8 additions and 0 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue