Skip to content

Removing dependency: intl

Compare
Choose a tag to compare
@cwtuan cwtuan released this 16 Dec 08:30
· 9 commits to master since this release
5950485

Changes

  • Dependency Update: In this release, we have removed the dependency on Intl.js. The Intl object, which Intl.js was originally introduced as a polyfill for, is now supported in modern browsers. As a result, the polyfill is no longer necessary.

Bug Fixes

  • #154: vite: global is undefined