aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-14 20:14:09 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-14 20:14:09 +0200
commitbf4c77f0f4bded073187a91d6c247071a3a75e5d (patch)
tree5693d44ceb4fc0477573723b529ddb77c68e39e4 /client
parent70af9a0d4f09d0254ec1c9fd4dac6c428a320673 (diff)
downloadPeerTube-bf4c77f0f4bded073187a91d6c247071a3a75e5d.tar.gz
PeerTube-bf4c77f0f4bded073187a91d6c247071a3a75e5d.tar.zst
PeerTube-bf4c77f0f4bded073187a91d6c247071a3a75e5d.zip
Fix lint issue
Diffstat (limited to 'client')
-rw-r--r--client/config/webpack.common.js2
1 files changed, 1 insertions, 1 deletions
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 = {
244 new HtmlWebpackPlugin({ 244 new HtmlWebpackPlugin({
245 template: 'src/index.html', 245 template: 'src/index.html',
246 chunksSortMode: 'dependency' 246 chunksSortMode: 'dependency'
247 }), 247 })
248 248
249 ], 249 ],
250 250