remove pae router #4
Annotations
2 errors
apps/next/__tests__/build.test.ts > Next.js build completes:
apps/next/__tests__/build.test.ts#L25
AssertionError: expected 'built @my/config in 32 ms\nbuilt @my/…' to contain 'Route (pages)'
- Expected
+ Received
- Route (pages)
+ built @my/config in 32 ms
+ built @my/ui in 257 ms
+ Done in 1s 446ms
+
+
+ Welcome to Tamagui!
+
+ You can update this monorepo to the latest Tamagui release just by running:
+
+ yarn upgrade:tamagui
+
+ We've set up a few things for you.
+
+ See the "excludeReactNativeWebExports" setting in next.config.js, which omits these
+ from the bundle: Switch, ProgressBar Picker, CheckBox, Touchable. To save more,
+ you can add ones you don't need like: AnimatedFlatList, FlatList, SectionList,
+ VirtualizedList, VirtualizedSectionList.
+
+ 🐣
+
+ Remove this log in next.config.js.
+
+
+ ⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
+ Attention: Next.js now collects completely anonymous telemetry regarding usage.
+ This information is used to shape Next.js' roadmap and prioritize features.
+ You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
+ https://nextjs.org/telemetry
+
+ ▲ Next.js 14.2.13
+ - Environments: .env
+ - Experiments (use with caution):
+ · scrollRestoration
+
+ Creating an optimized production build ...
+
+ ➡ [tamagui] built config and components (898ms):
+
+ Config ./.tamagui/tamagui.config.cjs
+ Components ./.tamagui/tamagui-components.config.cjs
+ ./.tamagui/myui-components.config.cjs
+
+ ✓ Compiled successfully
+ Skipping validation of types
+ Linting ...
+ Collecting page data ...
+ Generating static pages (0/4) ...
+ Generating static pages (1/4)
+ Generating static pages (2/4)
+ Generating static pages (3/4)
+ ✓ Generating static pages (4/4)
+ Finalizing page optimization ...
+ Collecting build traces ...
+
+ Route (app) Size First Load JS
+ ┌ ○ / 11.8 kB 183 kB
+ ├ ○ /_not-found 873 B 88.1 kB
+ └ ƒ /user/[id] 814 B 156 kB
+ + First Load JS shared by all 87.2 kB
+ ├ chunks/1dd3208c-0360a23fdf6fbdbc.js 53.6 kB
+ ├ chunks/286-3111e4962bda8304.js 31.6 kB
+ └ other shared chunks (total) 1.98 kB
+
+
+ ○ (Static) prerendered as static content
+ ƒ (Dynamic) server-rendered on demand
+
+
❯ apps/next/__tests__/build.test.ts:25:23
|
test
Process completed with exit code 1.
|