Weiwei Lin
Weiwei Lin
> you should use catch-all parameter instead. Unfortunately, that only works if we only have encoded character in the last path component. For example, there's still no way to match...
I fixed it with npm-patch. So strictly speaking, this is not blocking me. I think your concern about backward compatibility makes sense. However, given `@` is a reserved character in...
I think you are right. Upon further investigation. I think this might be an issue with html-webpack-plugin rather than with workbox. See https://github.com/jantimon/html-webpack-plugin/issues/1771
[import/no-internal-modules] path normalisation makes preventing package internal imports impossible
> @IAmNatch it's a common use case, but it's still always a bad idea. The name of the rule is > no-**internal**-modules And the rule description says > Use this...
[import/no-internal-modules] path normalisation makes preventing package internal imports impossible
For those who are interested, here's a workaround for the problem. Note that this will make your eslint significantly slower in large projects. ```jsx // The internal files of a...
Before this feature gets implemented, is there any way to disable default error catchers? So the clients can get 'raw' response.