Rahul Gupta

Results 188 comments of Rahul Gupta

OK . This is strange... I am not getting any `raw` events before `ready`? I do not know what is wrong, tried different versions of Chokidar. HELP!!!!!!!!!! I am watching...

With Code ``` watcher.on('all',function(event,path){ console.log(event,':',path); }); ``` My first two events are: ``` addDir : d:\ unlinkDir : d:\ ``` These are all before the `ready` event. Then everything proceeds...

I opened #216 and then I saw this PR. @dfreeman Thanks! However I am finding that just bumping cssnano throws the following error in the tests: ``` src/index.ts:280:28 - error...

I would like to change the sourcemap inlining behaviour once this PR is accepted, but that might need a discussion. Currently, sourcemap is injected when whenever the css is injected...

@Anidetrix I have rebased the changes on top of main. Please consider this PR again.

I am seeing the same bug with SVG files when I use parcel-namer-custom plugin. The plugin logs that the `name()` is being repeatedly being called on the same SVG file...

I am seeing a similar issue with `mask-image` My configuration: ``` "browserlist": [ "> 0.25%", "last 2 iOS versions", "firefox esr", "last 2 years", "not dead" ], ``` My Sass:...

I am experiencing the same bug with text extensionless files, specifically I am trying to include my LICENSE file (linked through a footer) into the bundle. Like @micahscopes adding a...

> where is your index.html? in /foo/docs/ or /foo/ if your index.html in /foo/ Configurations blow can work Sorry it was not clear but as I said above, files are...

Please refer to https://github.com/microsoft/vscode/issues/108886#issuecomment-717398981 where it is suggested that vscodium needs a runtime fix in line with the fix for vscode... I presume similar to https://github.com/microsoft/vscode/pull/107366