Kositsky Alexandr

Results 9 comments of Kositsky Alexandr

I don't see it because i disable it in sublime settings :) ```"show_definitions": false,``` But it may be good to put this in comment line like this ``` // Show...

It is incredible that we can't disable this nasty message :cry: If i use `new webpack.DefinePlugin({ __REACT_DEVTOOLS_GLOBAL_HOOK__: '({ isDisabled: true })' })` in next js, it completely disables HMR. Seems...

There is something wrong with this package export. Seems it provides different exports in ESM and CJS. In ESM `default` is loadable function, but in CJS `default` is an object...

I tried `scope:source.js.css` before and tried it again with no success. It doesn't work at all neither on top lvl, nor in css selectors like `.myClass { ... }`. I...

> > I tried scope:source.js.css before and tried it again with no success. It doesn't work at all… > > Can you be more specific? What doesn't work? Is it...

UPD: it turns out that it also doesn't work in previous stable build 4143 :cry: Seems i understand why it worked before. There was a bug in TailwindCSS, and because...

> ... However, this is configurable. You can change this by creating a file in your `User` packages named `CSS.sublime-settings` with the following contents: > > ``` > { >...

Definitely worth documenting. For example here https://github.com/Thom1729/Sublime-JS-Custom/blob/master/docs/recipes.md#emotionjs. I can make a pr, if needed, or [Thom1729](https://github.com/Thom1729) can do it