File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2828 },
2929 "repository" : {
3030 "type" : " git" ,
31- "url" : " git+https://github.com/ivteplo/bottom -sheet.git"
31+ "url" : " git+https://github.com/ivteplo/html -sheet-element .git"
3232 },
3333 "bugs" : {
34- "url" : " https://github.com/ivteplo/bottom -sheet/issues"
34+ "url" : " https://github.com/ivteplo/html -sheet-element /issues"
3535 },
36- "homepage" : " https://github.com/ivteplo/bottom -sheet#readme"
36+ "homepage" : " https://github.com/ivteplo/html -sheet-element #readme"
3737}
Original file line number Diff line number Diff line change @@ -13,12 +13,15 @@ export default defineConfig({
1313 }
1414 } ,
1515 build : {
16+ output : {
17+ exports : "named"
18+ } ,
1619 outDir : resolve ( __dirname , "./build/" ) ,
1720 minify : false ,
1821 cssMinify : false ,
1922 lib : {
2023 entry : resolve ( __dirname , "./library/sheet.jsx" ) ,
21- name : "BottomSheet " ,
24+ name : "SheetElement " ,
2225 fileName : "index"
2326 } ,
2427 cssCodeSplit : true ,
You can’t perform that action at this time.
0 commit comments