Daniel Heidecke

Results 9 comments of Daniel Heidecke

My current version of PhpStorm 2021.3.2 has this feature built-in (so WebStorm should have it already):

I am on Windows 10 and it's **not** working with **single quotes**. When I use double quotes or no quotes it runs fine.

> Had the same issue, but noticed that the code was creating multiple apollo clients - if this happens, only the first client is attached to the window as `__APOLLO_CLIENT__`,...

I was able to make it work via passing `transformMixedEsModules: true` to the `commonJsOptions`: ```js export default defineConfig({ ... build: { commonjsOptions: { transformMixedEsModules: true }, } }) ``` Background:...

We face the same issue in our Gitlab pipelines and were forced to pin our node version to `18.18.1` (which includes npm `9.8.1`). The difference also becomes obvious when running...

I have 2 macs - one with Ventura, the other with Sonoma. The 2.0.0 works on Ventura, but not Sonoma 2.1.0 is the other way around. Works on Sonoma but...

I tried that. Now it's not working in either of both os versions. 🤔 ![CleanShot 2023-11-20 at 15 58 55@2x](https://github.com/dennis-tra/alfred-dict.cc-workflow/assets/2070820/e38adccb-7e0e-430c-b4fe-8abf3a4d22e3)

Same here on Windows 10 Home Premium 64 Bit. I am using polling by default but sometimes no changes where detected. Edit: A full Windows restart fixed it for me....

I faced exactly that issue after running `sass-migrator division` on my sass files.