Skip to content

Commit

Permalink
disable chunking
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga authored Jan 25, 2025
1 parent ef69d8c commit 1b155a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugins/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { JBundleAnalysis, JBundleChunking, JBundleSizeReport } from './bundle.ts';

export const JBundle = [JBundleAnalysis(), JBundleChunking(), JBundleSizeReport()];
export const JBundle = [JBundleAnalysis(), JBundleSizeReport()];
export { JMonorepo } from './transform.ts';

0 comments on commit 1b155a2

Please sign in to comment.