Merge pull request #840 from lbryio/refactor-build
Remove webpack-hot-middleware/client from prod
This commit is contained in:
commit
39bedba057
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports = (env, argv) => {
|
|||
mode: isDev ? 'development' : 'production',
|
||||
target: 'web',
|
||||
entry : [
|
||||
'webpack-hot-middleware/client',
|
||||
...(isDev ? ['webpack-hot-middleware/client'] : []),
|
||||
//'webpack/hot/dev-server',
|
||||
'@babel/polyfill',
|
||||
'whatwg-fetch',
|
||||
|
|
Loading…
Reference in a new issue