n
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user