Skip to content

Commit

Permalink
Merge pull request #477 from maiieul/fix-rollup-floating
Browse files Browse the repository at this point in the history
fix(vite.config.ts): remove external rollupOptions
  • Loading branch information
thejackshelton authored Nov 3, 2023
2 parents 355a5fb + 50c5abb commit 635cd96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/kit-headless/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export default defineConfig({
formats: ['es', 'cjs'],
},
rollupOptions: {
// External packages that should not be bundled into your library.
external: ['@floating-ui/dom', 'country-list-json', 'libphonenumber-js'],
output: {
preserveModules: true,
preserveModulesRoot: 'packages/kit-headless/src',
Expand Down

0 comments on commit 635cd96

Please # to comment.