]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix lint issue
authorChocobozzz <florian.bigard@gmail.com>
Tue, 14 Jun 2016 18:14:09 +0000 (20:14 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 14 Jun 2016 18:14:09 +0000 (20:14 +0200)
client/config/webpack.common.js

index 9d05668e2e6f9e0eafd91c1b616aedaa9fd9e28f..dec468736cc2e531ee0f9b39a14c7af82e0f677e 100644 (file)
@@ -244,7 +244,7 @@ module.exports = {
     new HtmlWebpackPlugin({
       template: 'src/index.html',
       chunksSortMode: 'dependency'
-    }),
+    })
 
   ],