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 3c4182e you've added support for reading assets from a manifest.json. The path is hardcoded to build/manifest.json in the web directory.
We're using Webpack without Encore and our build path has a different name. It'd be great if the plugin could either just glob for the manifest files or the path could configurable or multiple paths could be configured.
Cheers
Matthias
The text was updated successfully, but these errors were encountered:
Hey,
in 3c4182e you've added support for reading assets from a manifest.json. The path is hardcoded to
build/manifest.json
in the web directory.We're using Webpack without Encore and our build path has a different name. It'd be great if the plugin could either just glob for the manifest files or the path could configurable or multiple paths could be configured.
Cheers
Matthias
The text was updated successfully, but these errors were encountered: