diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-06 21:48:15 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-06 21:48:15 +0200 |
commit | 04de542abd940f9d2ca213fba3c68580c6c9b78a (patch) | |
tree | 13549c2d25883ca6a215536fff319f761d3786bf /client/config/empty.js | |
parent | a8b5de6c670eb19ffbe40726bb60ef1d1dbc10dd (diff) | |
download | PeerTube-04de542abd940f9d2ca213fba3c68580c6c9b78a.tar.gz PeerTube-04de542abd940f9d2ca213fba3c68580c6c9b78a.tar.zst PeerTube-04de542abd940f9d2ca213fba3c68580c6c9b78a.zip |
Update webpack config
Diffstat (limited to 'client/config/empty.js')
-rw-r--r-- | client/config/empty.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/config/empty.js b/client/config/empty.js index 33acae188..a5c628d81 100644 --- a/client/config/empty.js +++ b/client/config/empty.js | |||
@@ -1,4 +1,7 @@ | |||
1 | module.exports = { | 1 | module.exports = { |
2 | hmrModule: function (ngmodule) { | ||
3 | return ngmodule | ||
4 | }, | ||
2 | NgProbeToken: {}, | 5 | NgProbeToken: {}, |
3 | HmrState: function () {}, | 6 | HmrState: function () {}, |
4 | _createConditionalRootRenderer: function (rootRenderer, extraTokens, coreTokens) { | 7 | _createConditionalRootRenderer: function (rootRenderer, extraTokens, coreTokens) { |