Client: notify client if there are webtorrent errors
[oweals/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 }