dagrejs/dagre

Node version 14

Manav1606 opened this issue · 1 comments

tell me how we use it on node version 14

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)
        },
      },

i put this in the webpack module.rules