cli icon indicating copy to clipboard operation
cli copied to clipboard

Custom importers shouls be able to easily add .plugin() statements to main.js

Open JeroenVinke opened this issue 8 years ago • 1 comments
trafficstars

I'm submitting a feature request

One of the common use cases for custom importers is to add .plugin() statements to main.js. We could expose a service to custom importers that can do this. It is quite tricky to patch main.js due to the irregular format of main.js

JeroenVinke avatar Mar 18 '17 09:03 JeroenVinke

It might be nice to use aurelia config for this. We use it in our applications. And I use it in the plugins we have. It's optional, but a (I think) nice standard. It allows merging of configs and makes it super easy to add configs for your plugins.

RWOverdijk avatar Mar 18 '17 09:03 RWOverdijk