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
In order to remain backwards compatible with Sprockets and precompiled assets it was necessary to introduce the InlineSvg::WebpackAssetFinder as an "opt-in" configuration for people that use Webpack to bundle their assets.
Ideally we should be able to automatically figure out if Webpacker is bundling assets and not rely on user configuration.
This will likely be a breaking change, as it was when I tried to introduce Webpacker automatically and broke upgrading users (#97, #98).
The text was updated successfully, but these errors were encountered:
In order to remain backwards compatible with Sprockets and precompiled assets it was necessary to introduce the
InlineSvg::WebpackAssetFinder
as an "opt-in" configuration for people that use Webpack to bundle their assets.Ideally we should be able to automatically figure out if Webpacker is bundling assets and not rely on user configuration.
This will likely be a breaking change, as it was when I tried to introduce Webpacker automatically and broke upgrading users (#97, #98).
The text was updated successfully, but these errors were encountered: