mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
chore: chunk max size warning
This commit is contained in:
@@ -3,6 +3,12 @@ import { ConfigEnv, defineConfig, UserManifest } from "wxt";
|
|||||||
// See https://wxt.dev/api/config.html
|
// See https://wxt.dev/api/config.html
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
modules: ["@wxt-dev/module-react", "@wxt-dev/i18n/module", "@wxt-dev/analytics/module"],
|
modules: ["@wxt-dev/module-react", "@wxt-dev/i18n/module", "@wxt-dev/analytics/module"],
|
||||||
|
vite: () => ({
|
||||||
|
build:
|
||||||
|
{
|
||||||
|
chunkSizeWarningLimit: 1000
|
||||||
|
}
|
||||||
|
}),
|
||||||
imports: {
|
imports: {
|
||||||
dirsScanOptions:
|
dirsScanOptions:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user