simple-local-avatars
simple-local-avatars copied to clipboard
Bug: Composer package not functional since 2.3.0
Describe the bug
Hello! Looks like version 2.3.0 and upwards no longer bundles built/dist files, which makes the Composer package not usable without an additional build/install step, for which pulling down the dev dependencies would be required.
Would it be possible to include the dist files when new versions are tagged, similar to how https://github.com/10up/ElasticPress/issues/2727 was addressed?
Thank you!
Steps to Reproduce
- Run:
composer require 10up/simple-local-avatars - Add:
require_once $path_to_vendor . '/10up/simple-local-avatars/simple-local-avatars.php'; - Browse to user profile in wp-admin
- See Console/Network for 404 error on url/to/vendor/10up/simple-local-avatars/dist/simple-local-avatars.js
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct