Skip to content

Commit

Permalink
Merge b8521aa into 8959554
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Apr 22, 2024
2 parents 8959554 + b8521aa commit cf9080f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/g6-extension-3d/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default [
input: 'src/index.ts',
output: {
file: 'dist/g6-extension-3d.min.js',
name: 'g6-extension-3d',
name: 'G6Extension3D',
format: 'umd',
sourcemap: false,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/g6-extension-react/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default [
input: 'src/index.ts',
output: {
file: 'dist/g6-extension-react.min.js',
name: 'g6-extension-react',
name: 'G6ExtensionReact',
format: 'umd',
sourcemap: false,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/g6/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default [
input: 'src/index.ts',
output: {
file: 'dist/g6.min.js',
name: 'G6V5',
name: 'G6',
format: 'umd',
sourcemap: false,
},
Expand Down

0 comments on commit cf9080f

Please sign in to comment.