team-apm / apm-web

apm-web is a web-based tool to edit package data of AviUtl Package Manager
https://team-apm.github.io/apm-web/
MIT License
5 stars 0 forks source link

libarchive.js causes failure of building #452

Open hal-shu-sato opened 7 months ago

hal-shu-sato commented 7 months ago

By updating libarchive.js to v2, the build fails. Since v2.0.0, libarchive.js uses TypeScript, I think we don't have to use @types/libarchive.js. But when I remove it and fix some points, the build even fails.

mitosagi commented 6 months ago

It likely has related to this. next dev works correctly, but next build does not.

[next build failed to import web workers from pure esm packages · Issue #33914 · vercel/next.js](https://github.com/vercel/next.js/issues/33914)

The latest version of next.js seems to treat this as an error.