Skip to content

Commit 9814a61

Browse files
benhepburnnbenhepburn
andauthored
make libphonenumber-js external (#506)
Co-authored-by: benhepburn <ben.h@homeofpmg.com>
1 parent d9576d7 commit 9814a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
polyfill: true,
1818
},
1919
rollupOptions: {
20-
external: ['vue'],
20+
external: ['vue', 'libphonenumber-js'],
2121
output: {
2222
globals: {
2323
vue: 'Vue',

0 commit comments

Comments
 (0)