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
so I had something similar I fixed this but I am using webpack and front-end only:
{
test: /\.js?$/,
loader: "esbuild-loader",
include: /dagrejs/,
options: {
target: "es2015", // Syntax to compile to (see options below for possible values)
},
},
tell me how we use it on node version 14
The text was updated successfully, but these errors were encountered: