Skip to content

Commit d1fa005

Browse files
Build --output-library
1 parent 8282e95 commit d1fa005

File tree

2 files changed

+135
-133
lines changed

2 files changed

+135
-133
lines changed

bookmarks/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "rm -rf dist/",
99
"build": "npm run clean && tsc",
1010
"build:doc": "typedoc src/index.ts --out ../../gh-pages/bookmarks-vanilla --tsconfig ./tsconfig.json",
11-
"build:bundle": "webpack --mode=development --output-filename solid-bookmarks.js ./dist/src",
11+
"build:bundle": "webpack --mode=development --output-library bookmarks --output-filename solid-bookmarks.js ./dist/src",
1212
"test": "jest"
1313
},
1414
"files": [

0 commit comments

Comments
 (0)