Skip to content

Commit

Permalink
chore: umd filename
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Nov 13, 2024
1 parent cfe3e14 commit 393b062
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ export default defineConfig({
// https://github.com/umijs/father/blob/master/docs/config.md#umd
umd: {
name: 'GPTVis',
output: 'dist/umd',
output: {
path: 'dist/umd',
filename: 'index.min.js',
},
platform: 'browser',
externals: {
lodash: '_',
Expand Down

0 comments on commit 393b062

Please sign in to comment.