Skip to content

Commit 50c5abb

Browse files
committed
fix(vite.config.ts): remove external rollupOptions
fix #473
1 parent 355a5fb commit 50c5abb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/kit-headless/vite.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ export default defineConfig({
5757
formats: ['es', 'cjs'],
5858
},
5959
rollupOptions: {
60-
// External packages that should not be bundled into your library.
61-
external: ['@floating-ui/dom', 'country-list-json', 'libphonenumber-js'],
6260
output: {
6361
preserveModules: true,
6462
preserveModulesRoot: 'packages/kit-headless/src',

0 commit comments

Comments
 (0)