mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 19:23:28 +08:00
fix: delay first setOption until initial resize, update deps
This commit is contained in:
@ -6,14 +6,13 @@ module.exports = {
|
||||
css: {
|
||||
loaderOptions: {
|
||||
postcss: {
|
||||
plugins: [nested()]
|
||||
postcssOptions: {
|
||||
plugins: [nested()]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
chainWebpack: config => {
|
||||
config
|
||||
.entry("app")
|
||||
.clear()
|
||||
.add("./src/demo/main.ts");
|
||||
config.entry("app").clear().add("./src/demo/main.ts");
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user