Closed klevo closed 5 months ago
Could you test with your project to confirm that the issue is resolved in #194?
gem 'propshaft', github: 'rails/propshaft', branch: 'fix-source-map-404'
Great job @theodorton - I can confirm that fixed it 🎉
I see the fix has been merged. I'm closing the issue. Thanks!
After upgrading to v0.9, in Safari one can observe "Source Map loading errors" immediately. In other browsers, like Chrome, after going to Sources and selecting for example stimulus.min-xxx.js there is a source map loading error as well.
This can be easily replicated with a new vanilla Rails app:
Then navigate to
http://localhost:3000/messages
and open up the JS console.