Skip to content

Commit

Permalink
🐛 fix: try to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 7, 2023
1 parent 3b45065 commit 879536e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .fatherrc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'father';

export default defineConfig({
esm: {
cjs: {
output: 'dist',
overrides: {
'src/core': {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"sideEffects": false,
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit 879536e

Please sign in to comment.