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 plugin does not automatically ignore image file routes and will instead error out and print an error message to the console during Scully build. The plugin handler is skipped so this does not result in build failure, but the generated error messages are noise in the console.
The ideal behaviour here would be to just skip processing image file routes.
🔬 Minimal Reproduction
Any Scully project using the @notiz/scully-plugin-lazy-images plugin in defaultPostRenderers of the Scully config with a fileHandler plugin registered e.g. registerPlugin('fileHandler', 'png', imageFilePlugin);.
🐞 Bug report
Description
The plugin does not automatically ignore image file routes and will instead error out and print an error message to the console during Scully build. The plugin handler is skipped so this does not result in build failure, but the generated error messages are noise in the console.
The ideal behaviour here would be to just skip processing image file routes.
🔬 Minimal Reproduction
Any Scully project using the @notiz/scully-plugin-lazy-images plugin in
defaultPostRenderers
of the Scully config with a fileHandler plugin registered e.g.registerPlugin('fileHandler', 'png', imageFilePlugin);
.💻Your Environment
Angular Version:
Scully Version:
🔥 Exception or Error
The text was updated successfully, but these errors were encountered: