Skip to content

Commit

Permalink
Build --output-library
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jan 29, 2025
1 parent 8282e95 commit d1fa005
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 133 deletions.
2 changes: 1 addition & 1 deletion bookmarks/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "rm -rf dist/",
"build": "npm run clean && tsc",
"build:doc": "typedoc src/index.ts --out ../../gh-pages/bookmarks-vanilla --tsconfig ./tsconfig.json",
"build:bundle": "webpack --mode=development --output-filename solid-bookmarks.js ./dist/src",
"build:bundle": "webpack --mode=development --output-library bookmarks --output-filename solid-bookmarks.js ./dist/src",
"test": "jest"
},
"files": [
Expand Down
Loading

0 comments on commit d1fa005

Please sign in to comment.