Stencil version:
@stencil/[email protected]
I'm submitting a:
[x] bug report
Current behavior:
When upgrading Stencil to a version that uses the --next compiler the ionic css no longer loads. I am just using Stencil and Ionic (not React or Angular)
// my.scss
@import '~@ionic/core/css/core.css';
When I run the app I get the following error:
GET http://localhost:3333/~@ionic/core/css/core.css net::ERR_ABORTED 404 (Not Found)
This causes the UI to lose font, colors, etc.
Looks like the issue I opened this weekend too, therefore here the reference: https://github.com/ionic-team/stencil/issues/2292
We are working on it!
This appears to be working now. Thanks!
Most helpful comment
We are working on it!