Open alex-ketch opened 4 years ago
Any progress on this? Having the same problem, even when adding --legacy
.
"@stencil/core": "^1.12.3",
"@stencil/eslint-plugin": "^0.3.1",
"@stencil/postcss": "^1.0.1",
"@stencil/sass": "^1.3.1",
Only fix currently seems to reroll stencil core => 1.9.0
Ah, so this is the issue I hit when I was trying to reproduce the Tailwindcss instructions here https://github.com/tailwindcss/setup-examples/pull/24
I noticed that when I removed the postcss-import
plugin from my configuration, I got past the above errors. This seems counter-intuitive and should be documented if that's the intended usage.
This didn't solve my problems though as I then encountered broken builds due to the following issue https://github.com/ionic-team/stencil/issues/2432.
Can you help my out by creating a reproduction repo with the latest versions of @stencil/core and @stencil/postcss?
Same issue as outlined in https://github.com/ionic-team/stencil/issues/2292
Not familiar with the code but I imagine the fix is same as the ones @adamdbradley made to the
stencil-sass
package.