Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

🐛 v1.15.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 21:56
24b4156

1.15.1

  • Features

  • Fixes

    • fix: remove unused import of WasmMainTemplatePlugin - jasikpark, pull/1802

      This should improve #1721. #1721 (comment)

    • Hot fix for error message helper not working - Electroid, pull/1847

      The JSON is pretty printed, which means it contains a space.

    • Revert "Print line and column numbers for exception thrown (#1645)" - Electroid, pull/1835

      This reverts commit 74a89f7.

      Closes #1826

      This commit is causing wrangler dev to not show uncaught exceptions. Reverting chrome-devtools-rs was also necessary.