File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @opennextjs/aws " : patch
3
+ ---
4
+
5
+ chore: Exclude more packages
6
+
7
+ Added a debug to determine which packages that gets excluded from the final bundle's ` node_modules ` . Will skip these packages now aswell:
8
+
9
+ - "typescript"
10
+ - "next/dist/compiled/babel"
11
+ - "next/dist/compiled/babel-packages"
12
+ - "next/dist/compiled/amphtml-validator"
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ export default defineConfig({
23
23
baseURL : process . env . APP_PAGES_ROUTER_URL || "http://localhost:3003" ,
24
24
} ,
25
25
} ,
26
- {
27
- name : "experimental" ,
28
- testMatch : [ "tests/experimental/*.test.ts" ] ,
29
- use : {
30
- baseURL : process . env . EXPERIMENTAL_APP_URL || "http://localhost:3004" ,
31
- } ,
32
- } ,
26
+ // {
27
+ // name: "experimental",
28
+ // testMatch: ["tests/experimental/*.test.ts"],
29
+ // use: {
30
+ // baseURL: process.env.EXPERIMENTAL_APP_URL || "http://localhost:3004",
31
+ // },
32
+ // },
33
33
] ,
34
34
} ) ;
You can’t perform that action at this time.
0 commit comments