ratherblue
ratherblue
You can disable the individual modules with `false`. from the docs: > PWA module is a collection of smaller modules that are designed to magically work out of the box...
@bherila I just ran into this after a recent Webpack upgrade. Even if you have `extractStyles: false`, if you also have `css-loader?sourceMap` in your config the styles will load in...
Great idea! I'll get a fix for that in soon. Thanks and glad you're enjoying it!
I'll update the documentation with the Grunt instructions. Thank you @ashwinyuvi12!
I'll look into a webpack configuration
Sure thing. Does the built-in HTML reporter that comes with ESLint not work with webpack? I think they added their own html reporter a couple months ago.
@tutabeier Hi! Sorry I turned off email notifications and I'm only seeing this now. Did you ignore the files with .eslintignore? If you ignore the files with .eslintignore they should...
@tutabeier Just checking in to see if this fixed your issue.
What version of eslint are you using? And I will look into fixing this. Thanks for the report!
This a shortcoming of `grunt-eslint`, so it's not a bug. I will add this as an enhancement though.