Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node version 14 #436

Open
Manav1606 opened this issue Feb 28, 2024 · 1 comment
Open

Node version 14 #436

Manav1606 opened this issue Feb 28, 2024 · 1 comment

Comments

@Manav1606
Copy link

tell me how we use it on node version 14

@dagadbm
Copy link

dagadbm commented Mar 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants