aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/config/empty.js
blob: 33acae188a06ebf19b0f347b210ac48842f1b02b (plain) (blame)
1
2
3
4
5
6
7
8
module.exports = {
  NgProbeToken: {},
  HmrState: function () {},
  _createConditionalRootRenderer: function (rootRenderer, extraTokens, coreTokens) {
    return rootRenderer
  },
  __platform_browser_private__: {}
}