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
src/optimizer/optmize-deps.ts uses es-module-lexer' which says gives the following error in unbuild
yarn run v1.22.15
$ unbuild
[hidden]/ual-wax/node_modules/rollup-plugin-esbuild/dist/index.mjs:125
import esModuleLexer from "es-module-lexer";
^^^^^^^^^^^^^
SyntaxError: The requested module 'es-module-lexer' does not provide an export named 'default'
at ModuleJob._instantiate (internal/modules/esm/module_job.js:121:21)
at async ModuleJob.run (internal/modules/esm/module_job.js:166:5)
at async Loader.import (internal/modules/esm/loader.js:178:24)
at async Object.loadESM (internal/process/esm_loader.js:68:5)
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
src/optimizer/optmize-deps.ts
useses-module-lexer'
which says gives the following error in unbuildThe text was updated successfully, but these errors were encountered: