From: Chocobozzz Date: Tue, 14 Jun 2016 18:14:09 +0000 (+0200) Subject: Fix lint issue X-Git-Tag: v0.0.1-alpha~854 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=bf4c77f0f4bded073187a91d6c247071a3a75e5d;p=github%2FChocobozzz%2FPeerTube.git Fix lint issue --- diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 9d05668e2..dec468736 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js @@ -244,7 +244,7 @@ module.exports = { new HtmlWebpackPlugin({ template: 'src/index.html', chunksSortMode: 'dependency' - }), + }) ],