@tamagui/build 1.0.1-beta.78 → 1.0.1-beta.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/package.json +1 -1
- package/tamagui-build.js +2 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@tamagui/build:build: cache hit, replaying output
|
|
1
|
+
[33m@tamagui/build:build[0m: cache hit, replaying output [2mcdd5d72fb1e6f315[0m
|
package/package.json
CHANGED
package/tamagui-build.js
CHANGED
|
@@ -76,8 +76,7 @@ async function build() {
|
|
|
76
76
|
])
|
|
77
77
|
console.log('built', pkg.name, 'in', Date.now() - start, 'ms')
|
|
78
78
|
} catch (error) {
|
|
79
|
-
console.
|
|
80
|
-
process.exit(1)
|
|
79
|
+
console.error(`Error building:`, error.message)
|
|
81
80
|
}
|
|
82
81
|
}
|
|
83
82
|
|
|
@@ -170,7 +169,7 @@ async function buildJs() {
|
|
|
170
169
|
jsx: 'preserve',
|
|
171
170
|
outdir: flatOut ? 'dist' : 'dist/jsx',
|
|
172
171
|
entryPoints: files,
|
|
173
|
-
sourcemap:
|
|
172
|
+
sourcemap: true,
|
|
174
173
|
target: 'es2019',
|
|
175
174
|
keepNames: false,
|
|
176
175
|
format: 'esm',
|