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

jQuery dependency - possible regression? #941

Open
orszaczky opened this issue May 9, 2020 · 2 comments
Open

jQuery dependency - possible regression? #941

orszaczky opened this issue May 9, 2020 · 2 comments

Comments

@orszaczky
Copy link

Looks like PR #580 has been merged, and yet the update is not in the codebase:
649128f

#578 (comment)

@mistic100
Copy link

mistic100 commented Jan 27, 2022

For some reason it was reverted 3ce5454

Personnally I use a Webpack alias to remove jquery dependency:

{
  resolve: {
    alias: {
      jquery: `${__dirname}/includes/jquery-stub.js`,
    }
  }
}
// jquery-stub.js
module.exports = null;

@mistic100
Copy link

found the reason here #589 (comment)

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