Skip to content

Commit

Permalink
🐛 fix(build): remove cjs support
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed May 27, 2023
1 parent 188d621 commit dea2da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .fatherrc.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineConfig } from 'father';

export default defineConfig({
cjs: { output: 'lib', platform: 'browser' },
esm: { output: 'es' },
});

1 comment on commit dea2da7

@vercel
Copy link

@vercel vercel bot commented on dea2da7 May 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lobe-ui – ./

lobe-ui.vercel.app
lobe-ui-lobehub.vercel.app
ui.lobehub.com
lobe-ui-git-master-lobehub.vercel.app

Please sign in to comment.