Skip to content

Commit ab845f9

Browse files
👌 remove build warning
1 parent 4c3a646 commit ab845f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎developer-extension/wxt.config.ts‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ export default defineConfig({
2424
startUrls: ['https://datadoghq.dev/browser-sdk-test-playground/?application_id=xxx&client_token=xxx'],
2525
},
2626
vite: () => ({
27+
build: {
28+
chunkSizeWarningLimit: 1000,
29+
},
2730
resolve: {
2831
extensions: ['.ts', '.tsx', '.js'],
2932
},

0 commit comments

Comments
 (0)