Skip to content

Commit

Permalink
🔧 chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 15, 2023
1 parent e69bb5f commit 7338a9e
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 @@ -57,7 +57,7 @@ export default defineConfig({
publicPath: '/',
resolve: {
atomDirs: [{ dir: 'src/react', type: 'component' }],
entryFile: isProduction ? './src/react/index.ts' : undefined,
entryFile: isProduction ? './src/index.ts' : undefined,
},
styles: [
`html, body { background: transparent; }
Expand Down

0 comments on commit 7338a9e

Please sign in to comment.