mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-20 19:51:09 +00:00
disable the pluginTimings check because it prints false positives (fixes #2283)
This commit is contained in:
@@ -51,6 +51,9 @@ export default defineConfig(() => ({
|
||||
build: {
|
||||
chunkSizeWarningLimit: 4000,
|
||||
rolldownOptions: {
|
||||
checks: {
|
||||
pluginTimings: false,
|
||||
},
|
||||
output: {
|
||||
codeSplitting: {
|
||||
groups: [
|
||||
|
||||
Reference in New Issue
Block a user