Which package?
@formatjs/intl-durationformat
Describe the bug
Building with the new update throws the following error:
Error: [vite]: Rolldown failed to resolve import "@formatjs/bigdecimal" from "/app/node_modules/.pnpm/@[email protected]/node_modules/@formatjs/intl-durationformat/polyfill.js".
@formatjs/bigdecimal is not listed as a dependency.
Expected behavior
@formatjs/bigdecimal is listed as a dependency of @formatjs/intl-durationformat, so package managers install it correctly.
Which package?
@formatjs/intl-durationformat
Describe the bug
Building with the new update throws the following error:
@formatjs/bigdecimalis not listed as a dependency.Expected behavior
@formatjs/bigdecimalis listed as a dependency of@formatjs/intl-durationformat, so package managers install it correctly.