chore: update demo

This commit is contained in:
Justineo
2021-02-20 15:22:33 +08:00
parent fccd92b36d
commit cd5a9ec695
18 changed files with 2359 additions and 44 deletions

View File

@ -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")