Open mischnic opened 3 years ago
I improved this error a bit in #6776 so it at least shows a code frame of the config. Adding the import site is also a good idea, though at the point the transformer runs we don't have that info...
And there could also be multiple import sites. But you run into this error rather frequently when upgrading from Parcel 1, where the solution is usually adding url:
and not changing the config.
🐛 bug report
It doesn't say where
No transformers found
comes from, in case you forgot a pipeline when importing.😯 Current Behavior
💁 Possible Solution
A codeframe to find out where you need to add
url:
💻 Code Sample
x.txt
is empty🌍 Your Environment