Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97ae68 commit fc90a9dCopy full SHA for fc90a9d
server/serve-package.js
@@ -79,7 +79,7 @@ module.exports = function servePackage ( req, res, next ) {
79
res.status( 200 );
80
res.set(Object.assign({
81
'Content-Length': zipped.length,
82
- 'Content-Type': 'application/javascript',
+ 'Content-Type': 'application/javascript; charset=utf-8',
83
'Content-Encoding': 'gzip',
84
85
}, additionalBundleResHeaders));
0 commit comments