@@ -2,7 +2,7 @@ const path = require('path')
const webpack = require('webpack')
module.exports = {
entry: {
- vendor: ['highcharts','@antv/x6','vue-router']
+ vendor: ['highcharts','vue-router']
},
output: {
path: path.join(__dirname, '../static'),