Skip to content

Commit b3b8455

Browse files
authored
fix: build cache ignored for smaller bundle size (#1194)
1 parent bf932b2 commit b3b8455

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

apps/studio/package.json

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,30 @@
1515
"author": {
1616
"name": "The AsyncAPI maintainers"
1717
},
18-
"files": [
19-
"/build",
20-
"/public",
21-
"./README.md",
22-
"./LICENSE",
23-
"./next.config.js"
24-
],
18+
"files": [
19+
"/build/server",
20+
"/build/standalone",
21+
"/build/static",
22+
"/build/types",
23+
"/build/app-build-manifest.json",
24+
"/build/app-path-routes-manifest.json",
25+
"/build/BUILD_ID",
26+
"/build/build-manifest.json",
27+
"/build/export-marker.json",
28+
"/build/images-manifest.json",
29+
"/build/next-minimal-server.js.nft.json",
30+
"/build/next-server.js.nft.json",
31+
"/build/package.json",
32+
"/build/prerender-manifest.json",
33+
"/build/react-loadable-manifest.json",
34+
"/build/required-server-files.json",
35+
"/build/routes-manifest.json",
36+
"/build/trace",
37+
"/public",
38+
"./README.md",
39+
"./LICENSE",
40+
"./next.config.js"
41+
],
2542
"scripts": {
2643
"dev": "next dev",
2744
"build": "next build",

0 commit comments

Comments
 (0)