]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/config/empty.js
Client: add basic aot support
[github/Chocobozzz/PeerTube.git] / client / config / empty.js
1 module.exports = {
2 NgProbeToken: {},
3 HmrState: function () {},
4 _createConditionalRootRenderer: function (rootRenderer, extraTokens, coreTokens) {
5 return rootRenderer
6 },
7 __platform_browser_private__: {}
8 }