nvuillam/npm-groovy-lint

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

daraghhiggins12 opened this issue · 3 comments

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?

Do you have some example code which reproduces this?

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.

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.