Skip to content

Commit

Permalink
Set mimetype for bundle files (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
joearasin authored and grabbou committed Sep 8, 2017
1 parent 5f756b5 commit 98253df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function createServer(
reporter: null,
stats: 'errors-only',
hot: true,
mimeTypes: { 'application/javascript': ['bundle'] },
watchOptions: {
aggregateTimeout: 300,
poll: 1000,
Expand Down

0 comments on commit 98253df

Please sign in to comment.