You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The acorn-import-assertions package is used here, but it is missing from package.json as a direct dependency.
With older versions of webpack (e.g. v5.88.2 as indicated in the package-lock.json), acorn-import-assertions is installed indirectly as a dependency of webpack, so the issue does not surface.
However, with recent versions of webpack, acorn-import-assertions is no longer the dependency of webpack, which leads to a build error: