X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fconfig%2Fwebpack.common.js;h=35ea8ed284f04d88eda53a31109601f5b9d63997;hb=0dd079da272df8d532f0086d7c91597b43e7a143;hp=86cbf84d7852da230ccbb095c19124370d8fa164;hpb=3758da9489b636997a3a4fad7fc1a6081737bbe0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 86cbf84d7..35ea8ed28 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js @@ -6,7 +6,6 @@ const helpers = require('./helpers') const AssetsPlugin = require('assets-webpack-plugin') const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin -const NormalModuleReplacementPlugin = require('webpack/lib/NormalModuleReplacementPlugin') const ContextReplacementPlugin = require('webpack/lib/ContextReplacementPlugin') const CommonsChunkPlugin = require('webpack/lib/optimize/CommonsChunkPlugin') const CopyWebpackPlugin = require('copy-webpack-plugin')