rebuildjs 0.65.2 → 0.65.3

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",
3
- "version": "0.65.2",
3
+ "version": "0.65.3",
4
4
  "description": "Reactive esbuild...simple hackable alternative to vite for Multi Page Apps",
5
5
  "keywords": [
6
6
  "reactive",
@@ -421,14 +421,14 @@ export function rebuildjs_plugin_() {
421
421
  cmd(rmemo__wait(
422
422
  ready$_(ctx),
423
423
  ready=>ready,
424
- 5_000))))
424
+ 30_000))))
425
425
  await rebuildjs__assets__link()
426
426
  rebuildjs__build_id__set(ctx, build_id)
427
427
  } catch (err) {
428
428
  if (err instanceof Cancel) return
429
429
  throw err
430
430
  }
431
- })
431
+ }).catch(err=>console.error(err))
432
432
  }
433
433
  async function esbuild_cssBundle__cp() {
434
434
  for (const metafile of [server__metafile, browser__metafile]) {