We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3a646 commit e4dea2eCopy full SHA for e4dea2e
‎developer-extension/wxt.config.ts‎
@@ -1,5 +1,7 @@
1
import { defineConfig } from 'wxt'
2
3
+const ignore = () => {}
4
+
5
// eslint-disable-next-line import/no-default-export
6
export default defineConfig({
7
modules: ['@wxt-dev/module-react'],
@@ -24,6 +26,9 @@ export default defineConfig({
24
26
startUrls: ['https://datadoghq.dev/browser-sdk-test-playground/?application_id=xxx&client_token=xxx'],
25
27
},
28
vite: () => ({
29
+ build: {
30
+ chunkSizeWarningLimit: 1000,
31
+ },
32
resolve: {
33
extensions: ['.ts', '.tsx', '.js'],
34
0 commit comments