Galooshi / import-js

A tool to simplify importing JS modules
MIT License
524 stars 70 forks source link

Add plugin support #617

Closed mikabytes closed 6 months ago

mikabytes commented 6 months ago

We have several requests for the ability to modify how modules are mapped. A few related are: #555 #533 #556 #564 #522 #550 #520 #519

While it is unreasonable for ImportJS to support everything out of the box, there are many cases where it is reasonable to support different behavior for specific projects.

It would also help to develop and collaborate on experimental features over a longer time before integrating them in the official build of ImportJS.

Minimal support:

Let's use this issue to discuss if and how to achieve this.

lencioni commented 6 months ago

It might be nice to move all of the meteor support into a plugin

mikabytes commented 6 months ago

Just saw another issue on the topic of plugins #490

Closing this in favor of keeping discussion in the previous one.