You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current shade logic works fine, but ideally we want to move these classes to a sub-package.
This way if a client is using concoction and SSVM they can use their own version of SSVM without being chained to the one we shade.
When implementing this we do not want to enable minification in the shade plugin, as that can lead to problems down the road. The dependencies we bundle in are small anyways.
The text was updated successfully, but these errors were encountered:
The current shade logic works fine, but ideally we want to move these classes to a sub-package.
This way if a client is using
concoction
andSSVM
they can use their own version of SSVM without being chained to the one we shade.When implementing this we do not want to enable minification in the shade plugin, as that can lead to problems down the road. The dependencies we bundle in are small anyways.
The text was updated successfully, but these errors were encountered: