Following PR #132, if you generate the plugin's JS (automatically done during a make install or from a yarn encore prod), you get a 404 and the autocomplete form no longer works.
With the fix, we generate the manifest.json correctly, then we use asset with a package to include the JS with the hash in URL:
Failed tests are fixed in PR #159
Description
Following PR #132, if you generate the plugin's JS (automatically done during a
make install
or from ayarn encore prod
), you get a 404 and the autocomplete form no longer works.With the fix, we generate the manifest.json correctly, then we use
asset
with a package to include the JS with the hash in URL: