We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package.json#sideEffects
Hey!
In webpack, it is possible to mark files which allow side effects via package.json#sideEffects.
At first try, I figured out that this plugin does not respect this configuration.
What do you think about this? 😊
The text was updated successfully, but these errors were encountered:
If you think there is a reasonable way to incorporate this, PRs are usually welcome.
Sorry, something went wrong.
Yeah, this would be cool and I could create a PR for this. But do you know a way in ESLint to get the projects' package.json path?
package.json
No branches or pull requests
Hey!
In webpack, it is possible to mark files which allow side effects via
package.json#sideEffects
.At first try, I figured out that this plugin does not respect this configuration.
What do you think about this? 😊
The text was updated successfully, but these errors were encountered: