Skip to content

Commit

Permalink
Use # with eval-source-map when serving, to shut Firefox up
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Dec 10, 2015
1 parent bdd3658 commit 3950117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createServeReactWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function(args, buildConfig) {

return createWebpackConfig(process.cwd(), {
server: true,
devtool: 'eval-source-map',
devtool: '#eval-source-map',
entry: [
// Polyfill EventSource for IE, as webpack-hot-middleware/client uses it
require.resolve('eventsource-polyfill'),
Expand Down

0 comments on commit 3950117

Please sign in to comment.