]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/config/empty.js
Client: Fix Javascript OOM error during webpack compilation (#89)
[github/Chocobozzz/PeerTube.git] / client / config / empty.js
CommitLineData
c16ce1de 1module.exports = {
04de542a
C
2 hmrModule: function (ngmodule) {
3 return ngmodule
4 },
c16ce1de
C
5 NgProbeToken: {},
6 HmrState: function () {},
7 _createConditionalRootRenderer: function (rootRenderer, extraTokens, coreTokens) {
8 return rootRenderer
9 },
10 __platform_browser_private__: {}
11}