Is your feature request related to a problem? Please describe.
We faced an issue where we have to remove some functionality from our extension build for Firefox due to their policies. Most probably, the same would occur for the upcoming Safari 14.
At the moment this is something we have to do manually with each release.
Describe the solution you'd like
Provide some kind of config to specify which modules should and should not go into which builds.
Describe alternatives you've considered
Technically it is already possible at a project level, by extending Exteranto webpack config and providing custom plugins. However it would be very convenient to have such functionality out of the box in Exteranto.
Is your feature request related to a problem? Please describe.
We faced an issue where we have to remove some functionality from our extension build for Firefox due to their policies. Most probably, the same would occur for the upcoming Safari 14.
At the moment this is something we have to do manually with each release.
Describe the solution you'd like
Provide some kind of config to specify which modules should and should not go into which builds.
Describe alternatives you've considered
Technically it is already possible at a project level, by extending Exteranto webpack config and providing custom plugins. However it would be very convenient to have such functionality out of the box in Exteranto.