Closed flozero closed 2 years ago
The plugin requires typescript to be installed as a dev dependency in your project.
Can you please check if your package.json
has this?
That looks it was the issue. Now having
I am using your example in the doc with the bare minimum. and here my tailwind
ok added manually via tailwindConf made it works apparently. I don't know if its the default behavior. But maybe in the doc we should say when somehting is required or not
Glad it is working.
The plugin doesn't auto detect the config so you have to give it.
I'll look at updating the docs to make it more explicit. Thanks for the feedback 🙂
Hello using your plugin with the latest stencil core version. 2.12.1
Adding your plugin and here my stencil config:
but got this error when running npm start after:
Do you have any idea ?
thank you a lot for your work