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

Recursion error when using webpack 4 #27

Open
Flamenco opened this issue Jun 16, 2018 · 0 comments
Open

Recursion error when using webpack 4 #27

Flamenco opened this issue Jun 16, 2018 · 0 comments
Labels

Comments

@Flamenco
Copy link

see webpack/webpack#6026

Webpack has issues when package.json uses "main": "./".

Workaround without changing node-querybuilder source:

module.exports = {
  resolve: {
    alias: {
      // see https://github.com/webpack/webpack/issues/6026
      'node-querybuilder': 'node-querybuilder/index.js',
    },
  }
}
@kylefarris kylefarris added the bug label Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants