File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- <!doctype html>
1
+ <!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
12
12
crossorigin
13
13
src ="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js "
14
14
> </ script >
15
- < link rel ="stylesheet " href ="./style.css " />
16
15
< script src ="./hexabot-widget.umd.js "> </ script >
17
16
</ head >
18
17
< body >
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright © 2024 Hexastack. All rights reserved.
2
+ * Copyright © 2025 Hexastack. All rights reserved.
3
3
*
4
4
* Licensed under the GNU Affero General Public License v3.0 (AGPLv3) with the following additional terms:
5
5
* 1. The name "Hexabot" is a trademark of Hexastack. You may not use this name in derivative works without express written permission.
@@ -27,6 +27,7 @@ export default defineConfig(({ mode }) => {
27
27
entry : resolve ( __dirname , "src/ChatWidget.tsx" ) ,
28
28
name : "HexabotWidget" ,
29
29
fileName : ( format ) => `hexabot-widget.${ format } .js` ,
30
+ cssFileName : "style" ,
30
31
} ,
31
32
rollupOptions : {
32
33
external : [ "react" , "react-dom" ] ,
You can’t perform that action at this time.
0 commit comments