Skip to content

Commit 220c149

Browse files
chore: update vite config
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
1 parent 7231fd2 commit 220c149

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vite.config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,11 @@ export default defineConfig({
3434
exports: 'named',
3535
banner,
3636
strict: true,
37-
sourcemap: true,
3837
// Provide global variables to use in the UMD build
3938
// for externalized deps
4039
globals: {
4140
vue: 'vue',
4241
},
43-
assetFileNames: (assetInfo) => {
44-
if (assetInfo.name === 'style.css') return 'v-intl.css';
45-
return assetInfo.name;
46-
},
4742
},
4843
},
4944
},

0 commit comments

Comments
 (0)