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,

View File

@@ -42,7 +42,7 @@
"@tarojs/runtime": "3.6.20",
"@tarojs/shared": "3.6.20",
"@tarojs/taro": "3.6.20",
"marked": "^4.3.0",
"marked": "^4.0.18",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"taro-ui": "^3.0.0-alpha.10"