mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 11:00:16 +08:00
chore: update demo
This commit is contained in:
@ -1,6 +1,16 @@
|
||||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
const nested = require("postcss-nested");
|
||||
|
||||
module.exports = {
|
||||
outputDir: "demo",
|
||||
transpileDependencies: ["resize-detector"],
|
||||
css: {
|
||||
loaderOptions: {
|
||||
postcss: {
|
||||
plugins: [nested()]
|
||||
}
|
||||
}
|
||||
},
|
||||
chainWebpack: config => {
|
||||
config
|
||||
.entry("app")
|
||||
|
Reference in New Issue
Block a user