when multi plugin with same file, eg: parcel-plugin-vue & parcel-plugin-url-loader
both add packager for js, but only one is execute, is this the correct behavior?
| Software | Version(s) |
| ---------------- | ---------- |
| Parcel | 1.6.2
This is sort of not a bug, but just how the plugin architecture in parcel works.
Perhaps we should open up an RFC to discuss a more extendable architecture for plugins, but this would probably be a major breaking change and require every plugin to update.
now the url-loader not working, its a big problem i think
@466023746 you brought up a really important point, so I went ahead and wrote up a little RFC proposal so we could investigate how/if we can implement a better plugin system that would solve this issue. This is a pretty big change, and likely won鈥檛 be implemented for a while even if we do decide to go ahead and do it.
I鈥檓 gonna close this issue for now, essentially moving it to #918. But feel free to comment if you have any other questions / comments.
Most helpful comment
This is sort of not a bug, but just how the plugin architecture in parcel works.
Perhaps we should open up an RFC to discuss a more extendable architecture for plugins, but this would probably be a major breaking change and require every plugin to update.