diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-12 11:38:02 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-12 11:42:48 +0100 |
commit | 7bfd1b1edb7ea4ea6516b6a74c4e9af938d0bdc6 (patch) | |
tree | 722781d5d89fe438e7491da7e9d09dedd8c82a74 /client/config/empty.js | |
parent | 63c4db6d71b98523753c51747e308682d9a2e8a0 (diff) | |
download | PeerTube-7bfd1b1edb7ea4ea6516b6a74c4e9af938d0bdc6.tar.gz PeerTube-7bfd1b1edb7ea4ea6516b6a74c4e9af938d0bdc6.tar.zst PeerTube-7bfd1b1edb7ea4ea6516b6a74c4e9af938d0bdc6.zip |
Upgrade scripts and embed webpack config
Diffstat (limited to 'client/config/empty.js')
-rw-r--r-- | client/config/empty.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/client/config/empty.js b/client/config/empty.js deleted file mode 100644 index a5c628d81..000000000 --- a/client/config/empty.js +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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 | } | ||