Skip to content

Commit 4955867

Browse files
committed
Moified rollup config.
1 parent 6d5f607 commit 4955867

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

rollup.config.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,7 @@ export default {
6060

6161
// Production
6262
...(isProd ? defaultProdPlugins({
63-
dist: folders.dist,
64-
budgetConfig: {
65-
sizes: {
66-
".js": 1024 * 170,
67-
".jpg": 1024 * 400
68-
}
69-
}
63+
dist: folders.dist
7064
}) : [])
7165
],
7266
treeshake: isProd,

0 commit comments

Comments
 (0)