nvuillam / npm-groovy-lint

Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files using command line
https://nvuillam.github.io/npm-groovy-lint/
MIT License
205 stars 63 forks source link

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

Closed daraghhiggins12 closed 6 months ago

daraghhiggins12 commented 10 months ago

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 commented 9 months ago

Do you have some example code which reproduces this?

github-actions[bot] commented 8 months ago

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[bot] commented 7 months ago

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.