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
s in #1789 I'm updating all implementations. Implementations that failed to update are moved in to the broken-frameworks folder.
Here's what I'm trying to update:
running 'npm run build-prod' in 'frameworks/keyed/maverick'
> [email protected] build-prod
> node build.js
/home/stefan/js-framework-benchmark/frameworks/keyed/maverick/build.js:1
const { esbuild: maverick } = require("@maverick-js/compiler");
^
Error [ERR_REQUIRE_ESM]: require() of ES Module /home/stefan/js-framework-benchmark/frameworks/keyed/maverick/node_modules/@maverick-js/compiler/dist/index.js from /home/stefan/js-framework-benchmark/frameworks/keyed/maverick/build.js not supported.
Instead change the require of index.js in /home/stefan/js-framework-benchmark/frameworks/keyed/maverick/build.js to a dynamic import() which is available in all CommonJS modules.
at Object.<anonymous> (/home/stefan/js-framework-benchmark/frameworks/keyed/maverick/build.js:1:31) {
code: 'ERR_REQUIRE_ESM'
}
s in #1789 I'm updating all implementations. Implementations that failed to update are moved in to the broken-frameworks folder.
Here's what I'm trying to update:
The build fails with the following error:
@mihar-22 Can you take a look at this?
The text was updated successfully, but these errors were encountered: