@rebuildjs/tailwindcss 0.9.28 → 0.9.29
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/package.json
CHANGED
|
@@ -154,7 +154,7 @@ export function rebuild_tailwind_plugin_(config) {
|
|
|
154
154
|
const esbuild_cssBundle_path = join(cwd_(app_ctx), esbuild_cssBundle)
|
|
155
155
|
await cmd(file_exists__waitfor(
|
|
156
156
|
esbuild_cssBundle_path,
|
|
157
|
-
|
|
157
|
+
60_000,
|
|
158
158
|
()=>cmd(sleep(0))))
|
|
159
159
|
const esbuild_cssBundle_map_path = esbuild_cssBundle_path + '.map'
|
|
160
160
|
const esbuild_cssBundle_map_exists = await cmd(file_exists_(esbuild_cssBundle_map_path))
|
|
@@ -186,7 +186,7 @@ export function rebuild_tailwind_plugin_(config) {
|
|
|
186
186
|
}
|
|
187
187
|
: false,
|
|
188
188
|
})),
|
|
189
|
-
|
|
189
|
+
60_000)
|
|
190
190
|
metafile_updated = !cssBundle.includes('_' + output_hash)
|
|
191
191
|
const annotated_cssBundle =
|
|
192
192
|
metafile_updated
|