This commit is contained in:
2026-02-12 21:53:15 +08:00
parent dad74e0c9d
commit dc845d46e1
3 changed files with 12 additions and 9 deletions

View File

@@ -32,13 +32,6 @@ const config = {
enable: false // Disable cache to fix prebundle error
},
mini: {
webpackChain(chain) {
chain.module
.rule('script')
.include
.add(path.resolve('src'))
.add(path.resolve('node_modules/marked'))
},
postcss: {
pxtransform: {
enable: true,