@rebuildjs/tailwindcss 0.9.29 → 0.9.30

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebuildjs/tailwindcss",
3
- "version": "0.9.29",
3
+ "version": "0.9.30",
4
4
  "description": "Tailwindcss integration with rebuildjs",
5
5
  "keywords": [
6
6
  "tailwindcss",
@@ -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
- 60_000,
157
+ Infinity,
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
- 60_000)
189
+ Infinity)
190
190
  metafile_updated = !cssBundle.includes('_' + output_hash)
191
191
  const annotated_cssBundle =
192
192
  metafile_updated