|
|
@@ -77,6 +77,7 @@ module.exports = {
|
|
|
|
|
|
externals: {
|
|
|
'jquery': "window.jquery",
|
|
|
+ '$': "window.jquery",
|
|
|
'bootstrap': 'bootstrap',
|
|
|
'BootstrapDialog': 'BootstrapDialog',
|
|
|
'echarts': 'echarts',
|
|
|
@@ -86,6 +87,7 @@ module.exports = {
|
|
|
'vue-router': 'VueRouter',
|
|
|
'vuex': 'Vuex',
|
|
|
'sortablejs': 'Sortable',
|
|
|
+ '@antv/x6': 'X6',
|
|
|
},
|
|
|
|
|
|
plugins: [
|