Skip to content

Commit e4dea2e

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎developer-extension/wxt.config.ts‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { defineConfig } from 'wxt'
22

3+
const ignore = () => {}
4+
35
// eslint-disable-next-line import/no-default-export
46
export default defineConfig({
57
modules: ['@wxt-dev/module-react'],
@@ -24,6 +26,9 @@ export default defineConfig({
2426
startUrls: ['https://datadoghq.dev/browser-sdk-test-playground/?application_id=xxx&client_token=xxx'],
2527
},
2628
vite: () => ({
29+
build: {
30+
chunkSizeWarningLimit: 1000,
31+
},
2732
resolve: {
2833
extensions: ['.ts', '.tsx', '.js'],
2934
},

0 commit comments

Comments
 (0)