Nikolay Frantsev
Nikolay Frantsev
As simpler to implement alternative for that, I can propose adding support for user CSS style for UI (from specified file). That would help with redefining CSS constants and fine...
I can confirm same problem with following `Dockerfile`: ```dockerfile FROM node:16-alpine RUN apk add curl tar RUN curl -L https://github.com/editorconfig-checker/editorconfig-checker/releases/download/2.3.5/ec-linux-amd64.tar.gz > ec.tar.gz RUN tar -xf ec.tar.gz RUN bin/ec-linux-amd64 ```
I fully agree with that. Current implementation of feature detection is harmful and there even no option to disable it. For example following code is considered valid even if browser...
I can confirm same problem with following `Dockerfile`: ```dockerfile FROM node:16-alpine RUN apk add curl tar RUN curl -L https://github.com/editorconfig-checker/editorconfig-checker/releases/download/2.3.5/ec-linux-amd64.tar.gz > ec.tar.gz RUN tar -xf ec.tar.gz RUN bin/ec-linux-amd64 ```
As far as I understand, `sourceRoot` option adds corresponding value into source map files without additional logic. That may be not really convenient in your case, but for local source...