Dabiel González Ramos
Dabiel González Ramos
Any update about this issue? It is still happening with the latest @stencil/core version 😐
I just faced the same issue while trying to move my NPM monorepo to Nx workspaces, what worked for me with `@stencil/sass` v1.5.2 was concatenating the path with `__dirname`: ```js...
> This fixed the issue on Windows: > > ``` > import path from 'path'; > > ... > > plugins: [ > sass({ > injectGlobalPaths: [ > path >...
> Thanks for the PR, but can you please add another parameter for this? `removeEmptyComments` doesn’t make sense since they are not empty. My suggestion would be to add a...
@markcellus @tuelsch I have been facing the same issue for months, and [this was the workaround](https://github.com/ionic-team/stencil-sass/issues/8#issuecomment-729773994) that worked for me, hope it is helpful. Ideally, it will be good if...
@jeanfredrik would you mind please to take a look when you have time? Thank you 🙂
@rwaskiewicz Unfortunately after updating `@stencil/core` the issue still remains on my side.  You can check the specific branch of this PR: https://github.com/Endava/bee-q/pull/145 Now, is...
@rwaskiewicz thank you for your reply. I can confirm that removing `dist-hydrate-script` makes the error to disappear 🙂 
Hello @rwaskiewicz my apologies for the late response here. I can confirm that the issue is fixed within the `4.0.1-dev.1688059870.bea1aeb` version   Thank you...
@rwaskiewicz this is definitely a blocker for those using Nx and wanting to migrate to their latest version 😞 . We are stuck with Nx 14 while knowing that Nx...