Skip to content

Commit

Permalink
fix: 添加被删除的部分
Browse files Browse the repository at this point in the history
  • Loading branch information
三少 committed Feb 10, 2023
1 parent 42d83b3 commit 3ba70c3
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/vantui-demo/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const config = {
},
},
router: {
mode: 'browser',
mode: 'hash',
},
devServer: {
port: 10086,
Expand Down Expand Up @@ -170,6 +170,12 @@ const config = {
[npath.join(process.cwd(), 'config/webpack/configPlugin')],
'@tarojs/plugin-platform-alipay-dd',
['@tarojs/plugin-platform-kwai'],
[
npath.join(process.cwd(), 'config/webpack/sync-mdcode-plugin'),
{
watch: process.env.NODE_ENV === 'development',
},
],
],
}

Expand Down
Loading

0 comments on commit 3ba70c3

Please sign in to comment.