Skip to content

Commit

Permalink
hotfix: include bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitaarwerk committed Nov 20, 2024
1 parent be76c4c commit 39c214d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gleamy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gleamy",
"description": "Create a reactive shiny element in different materials",
"version": "2.0.14",
"version": "2.0.15",
"license": "MIT",
"private": false,
"sideEffects": false,
Expand Down
4 changes: 3 additions & 1 deletion packages/gleamy/tsup.config.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ console.info(licenseContent);
export default defineConfig({
entry: ['src/index.ts'],
sourcemap: true,
bundle: false,
splitting: true,
bundle: true,
clean: true,
dts: true,
minify: true,
treeshake: 'smallest',
legacyOutput: false,
format: ['esm', 'cjs'],
banner: {
Expand Down

0 comments on commit 39c214d

Please sign in to comment.