Skip to content

Commit

Permalink
chore: resolve build error (#2512)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib authored Apr 11, 2024
1 parent 093f915 commit caffbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const packages = require('./packages/hooks/package.json');

export default defineConfig({
mfsu: false,
ssr: process.env.NODE_ENV === 'development' ? false : {},
ssr: false,
manifest: {},
alias: {
ahooks: process.cwd() + '/packages/hooks/src/index.ts',
Expand Down

0 comments on commit caffbbe

Please sign in to comment.