diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-08-25 12:11:42 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-08-25 12:11:42 +0200 |
commit | d15ab38a905e6b50972e6f884917db9198279daf (patch) | |
tree | d13e725093b643aaab2e1d533f2675b68e9dbbee /client/config | |
parent | 0aef76c479bc7fc758e70e1cd478ade46761b51b (diff) | |
download | PeerTube-d15ab38a905e6b50972e6f884917db9198279daf.tar.gz PeerTube-d15ab38a905e6b50972e6f884917db9198279daf.tar.zst PeerTube-d15ab38a905e6b50972e6f884917db9198279daf.zip |
Update client dependencies
Diffstat (limited to 'client/config')
-rw-r--r-- | client/config/webpack.common.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 5f6d254cc..489803f22 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js | |||
@@ -299,8 +299,7 @@ module.exports = function (options) { | |||
299 | 299 | ||
300 | new ngcWebpack.NgcWebpackPlugin({ | 300 | new ngcWebpack.NgcWebpackPlugin({ |
301 | disabled: !AOT, | 301 | disabled: !AOT, |
302 | tsConfig: helpers.root('tsconfig.webpack.json'), | 302 | tsConfig: helpers.root('tsconfig.webpack.json') |
303 | resourceOverride: helpers.root('config/resource-override.js') | ||
304 | }), | 303 | }), |
305 | 304 | ||
306 | new BundleAnalyzerPlugin({ | 305 | new BundleAnalyzerPlugin({ |