Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
create issues for TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisgl committed Dec 1, 2017
1 parent 2e0fd93 commit f252b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ function getConfig({target, env, dir, watch, cover}) {
watch &&
target !== 'node' &&
`${require.resolve('webpack-hot-middleware/client')}?name=${name}`,
// TODO: use 'webpack/hot/signal' instead
// TODO(#46): use 'webpack/hot/signal' instead
env === 'development' &&
watch &&
target === 'node' &&
`${require.resolve('webpack/hot/poll')}?1000`,
entry,
].filter(Boolean),
},
// TODO: Do we need to do something different here for production?
// TODO(#47): Do we need to do something different here for production?
stats: 'minimal',
/**
* `cheap-module-source-map` is best supported by Chrome DevTools
Expand Down

0 comments on commit f252b7c

Please sign in to comment.