Skip to content

Commit

Permalink
Minified dist
Browse files Browse the repository at this point in the history
  • Loading branch information
klendi committed Dec 22, 2024
1 parent 496907f commit 8b86c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-top-loading-bar",
"version": "3.0.1",
"version": "3.0.2",
"description": "A very simple, highly customisable react top loader component.",
"author": {
"name": "Klendi Goci",
Expand Down
2 changes: 2 additions & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ export default defineConfig({
clean: true,
treeshake: true,
external: ["react"],
minify: true,
globalName: "ReactTopLoadingBar",
});

0 comments on commit 8b86c0e

Please sign in to comment.