Skip to content

Commit ed22467

Browse files
committed
build(headless): added missing external deps
1 parent 7de7b8d commit ed22467

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/kit-headless/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"@builder.io/qwik": ">1.1.0"
2626
},
2727
"dependencies": {
28-
"@floating-ui/dom": "1.0.10"
28+
"@floating-ui/dom": "1.0.10",
29+
"country-list-json": "^1.1.0",
30+
"libphonenumber-js": "^1.10.43"
2931
}
3032
}

packages/kit-headless/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineConfig({
4040
},
4141
rollupOptions: {
4242
// External packages that should not be bundled into your library.
43-
external: [],
43+
external: ['@floating-ui/dom', 'country-list-json', 'libphonenumber-js'],
4444
},
4545
},
4646
test: {

0 commit comments

Comments
 (0)