Closed bitflower closed 6 years ago
Still there with @stencil/core
0.7.8
To recreate the issue clone my repo https://github.com/jagreehal/stencil-boilerplate
Run in es5 mode, change the following in package.json - “start”: “npm run dev --es5".
Then make a change in style file (src/components/my-app/my-app.scss)
Hello!
I investigated this issue. It is not related to the PostCSS plugin, but with Stencil. It is covered by this: https://github.com/ionic-team/stencil/issues/676
Hey guys,
I'm getting a
when editing the *.pcss file of a component in standard
npm run dev
watch mode.I happens in Chrome as soon as I save the pcss file.
When I stop the dev server and
npm run dev
again all is good and no errors occur.Component app-dashboard.tsx:
app-dashboard.pcss (before):
app-dashboard.pcss (after):
It's happing inside a copy of @bfmatei's boilerplate
Latest
@stencil/core
0.7.5,@stencil/postcss
is 0.0.4.