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

v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 16:57
· 0 commits to d50172dfec24c31a74650fdc8a7b6cdd57119dea since this release
8f92e41
  • Fixes

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

      This should improve #1721. #1721 (comment)

    • Revert pull/1748 - xortive, pull/1804

      pull/1748 turned out to interact poorly with workers-sites projects, causing npm install to not be run, breaking the build.

      We're going to revert this change. Folks already depending on it should use custom builds (pull/1677) once it makes it into a release candidate.

      We incremented the minor version number instead of making a patch release, as this change is more significant than a simple bugfix.