We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpacker does not correctly create the manifest.json content if multiple files in the packs directory have the same basename (i.e. application.*)
application.*
Steps to reproduce:
/app/javascript/packs/application.js
/app/javascript/packs/application.css
rails assets:precompile
This is minor and easy to add to documentation, but caused quite the headache as it took awhile to determine exactly what was happening here.
The text was updated successfully, but these errors were encountered:
Dupe of #2088, it points to https://github.com/rails/webpacker/blob/master/package/environments/base.js#L65 as the source of the problem.
Sorry, something went wrong.
Fixed by #2476
No branches or pull requests
Webpacker does not correctly create the manifest.json content if multiple files in the packs directory have the same basename (i.e.
application.*
)Steps to reproduce:
/app/javascript/packs/application.js
/app/javascript/packs/application.css
rails assets:precompile
This is minor and easy to add to documentation, but caused quite the headache as it took awhile to determine exactly what was happening here.
The text was updated successfully, but these errors were encountered: