-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Add correct mime type to headers #240
Conversation
8dd9c90
to
f8ff141
Compare
Codecov Report
@@ Coverage Diff @@
## master #240 +/- ##
=========================================
Coverage ? 63.44%
=========================================
Files ? 365
Lines ? 7909
Branches ? 1385
=========================================
Hits ? 5018
Misses ? 2891
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
f8ff141
to
53a182c
Compare
Signed-off-by: Jason Porter <[email protected]>
53a182c
to
06b8785
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rubber stamp
🎉 This PR is included in version 0.31.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This commit appends to #235 but moves the
webpack-plugin-serve
middleware to apply to both prod and dev builds.Type
Are all requirements met?
Complete description
Serve middleware sets the MIME type of main-[hash].js to `application/javascrtipt'. This middleware was initially configured to apply to dev-only; this change applies it to both prod and dev builds.
Tracking Issue
Follow-up issue
#235