Skip to content

Commit

Permalink
πŸ”– chore: remove apiParser
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Oct 14, 2023
1 parent 9d3dfcc commit 9306634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default defineConfig({
{ type: 'utils', dir: './packages/utils/src' },
{ type: 'chart', dir: './packages/chart/src' },
],
entryFile: './packages/ims-view-pc/src/index.ts',
// entryFile: './packages/ims-view-pc/src/index.ts',
},
styles: [
`html, body { background: transparent; }
Expand All @@ -76,7 +76,6 @@ export default defineConfig({
}`,
style,
],
apiParser: {},
devtool: isProd ? false : 'source-map',
clickToComponent: {},
ignoreMomentLocale: true,
Expand Down

0 comments on commit 9306634

Please sign in to comment.