v1.112.11 #23
Annotations
2 errors
apps/next/__tests__/build.test.ts > Next.js build completes:
apps/next/__tests__/build.test.ts#L21
AssertionError: expected 'built @my/config in 30 ms\nbuilt @my/…' to contain '[tamagui] built config and components'
- Expected
+ Received
- [tamagui] built config and components
+ built @my/config in 30 ms
+ built @my/ui in 271 ms
+ Done in 1s 419ms
+
+
+ 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.
+
+
+ ▲ Next.js 14.2.13
+ - Environments: .env
+ - Experiments (use with caution):
+ · scrollRestoration
+
+ Creating an optimized production build ...
+ tamagui: skipping ./NativeModule tamagui.dev/docs/intro/errors#warning-001
+ tamagui: skipping ./SharedObject tamagui.dev/docs/intro/errors#warning-001
+ ✓ Compiled successfully
+ Skipping validation of types
+ Linting ...
+ Collecting page data ...
+ Generating static pages (0/6) ...
+ Generating static pages (1/6)
+ Generating static pages (2/6)
+ Generating static pages (4/6)
+ ✓ Generating static pages (6/6)
+ Finalizing page optimization ...
+ Collecting build traces ...
+
+ Route (app) Size First Load JS
+ ┌ ○ / 11.8 kB 183 kB
+ ├ ○ /_not-found 876 B 88.3 kB
+ └ ƒ /user/[id] 826 B 156 kB
+ + First Load JS shared by all 87.4 kB
+ ├ chunks/1dd3208c-a287ae06a705265f.js 53.6 kB
+ ├ chunks/286-f0c810d1108dae50.js 31.8 kB
+ └ other shared chunks (total) 1.98 kB
+
+ Route (pages) Size First Load JS
+ ┌ /_app 0 B 203 kB
+ ├ ○ /pages-example 11.9 kB 225 kB
+ └ ○ /pages-example-user/[id] 1.75 kB 215 kB
+ + First Load JS shared by all 437 kB
+ ├ chunks/framework-6bad2ed3cb6b39c0.js 44.9 kB
+ ├ chunks/main-51d59c275eafced1.js 32.5 kB
+ ├ chunks/pages/_app-d63b455415052b7a.js 124 kB
+ ├ css/5834ac55e9f803d1.css 234 kB
+ └ other shared chunks (total) 1.76 kB
+
+ ○ (Static) prerendered as static content
+ ƒ (Dynamic) server-rendered on demand
+
+
❯ apps/next/__tests__/build.test.ts:21:23
|
test
Process completed with exit code 1.
|