]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/config/webpack.common.js
Update client dependencies
[github/Chocobozzz/PeerTube.git] / client / config / webpack.common.js
index 5f6d254cc138aa8d4372ccc2509d44ac551294f5..489803f2259963fe00d85c2b3da2c99dacae37ed 100644 (file)
@@ -299,8 +299,7 @@ module.exports = function (options) {
 
       new ngcWebpack.NgcWebpackPlugin({
         disabled: !AOT,
-        tsConfig: helpers.root('tsconfig.webpack.json'),
-        resourceOverride: helpers.root('config/resource-override.js')
+        tsConfig: helpers.root('tsconfig.webpack.json')
       }),
 
       new BundleAnalyzerPlugin({