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

Using npm-groovy-lint as a module giving webpack errors #333

Closed
daraghhiggins12 opened this issue Nov 30, 2023 · 3 comments
Closed

Using npm-groovy-lint as a module giving webpack errors #333

daraghhiggins12 opened this issue Nov 30, 2023 · 3 comments
Labels
awaiting feedback Waiting for feedback O: stale 🤖 question Further information is requested

Comments

@daraghhiggins12
Copy link

daraghhiggins12 commented Nov 30, 2023

Using npm-groovy-lint as a module giving webpack errors

First issue was due to webpack attempting to bundle the jars, groovy files, and other incompatible files.
To gain some short-term progress I used the ignore-loader in webpack to ignore these files.

Now I am getting errors insinuating missing packages:

Module not found: Error: Can't resolve 'fs'

I have tried implementing multiple different rules including setting the fs package as empty but doing this causes issues in my application.

Is this library compatible with react desktop application built using webpack 5?

@stevenh
Copy link
Collaborator

stevenh commented Dec 18, 2023

Do you have some example code which reproduces this?

@stevenh stevenh added the question Further information is requested label Dec 18, 2023
Copy link

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

@stevenh stevenh added the awaiting feedback Waiting for feedback label Jan 26, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback Waiting for feedback O: stale 🤖 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants