]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/config/empty.js
Upgrade client dependencies
[github/Chocobozzz/PeerTube.git] / client / config / empty.js
1 module.exports = {
2 hmrModule: function (ngmodule) {
3 return ngmodule
4 },
5 NgProbeToken: {},
6 HmrState: function () {},
7 _createConditionalRootRenderer: function (rootRenderer, extraTokens, coreTokens) {
8 return rootRenderer
9 },
10 __platform_browser_private__: {}
11 }