Skip to content

Commit

Permalink
Merge branch 'main' into chore/project-basic
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmclin2 committed May 30, 2023
2 parents cd244d1 + fb2459c commit 096e3b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export default defineConfig({
base: isProdSite ? '/pro-editor/' : '/',
publicPath: isProdSite ? '/pro-editor/' : '/',
// mfsu: false,
apiParser: {},
resolve: {
// 配置入口文件路径,API 解析将从这里开始
entryFile: './src/index.ts',
},
// apiParser: {},
// resolve: {
// // 配置入口文件路径,API 解析将从这里开始
// entryFile: './src/index.ts',
// },
favicons: ['https://gw.alipayobjects.com/zos/antfincdn/upvrAjAPQX/Logo_Tech%252520UI.svg'],
// @ts-ignore
ssr: isProd ? {} : false,
Expand Down
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
node_modules
/dist
/es
/lib
dist
es
lib
.dumi/tmp
.dumi/tmp-test
.dumi/tmp-production
.DS_Store
package-lock.json
.idea
docs-dist
server
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
"prettier-plugin-packagejson": "^2.2.18",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-lazy-load": "^4",
"rxjs-spy": "^8",
"semantic-release": "^20",
"semantic-release-config-gitmoji": "^1",
Expand Down

0 comments on commit 096e3b4

Please sign in to comment.