projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70af9a0
)
Fix lint issue
author
Chocobozzz
<florian.bigard@gmail.com>
Tue, 14 Jun 2016 18:14:09 +0000
(20:14 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Tue, 14 Jun 2016 18:14:09 +0000
(20:14 +0200)
client/config/webpack.common.js
patch
|
blob
|
history
diff --git
a/client/config/webpack.common.js
b/client/config/webpack.common.js
index 9d05668e2e6f9e0eafd91c1b616aedaa9fd9e28f..dec468736cc2e531ee0f9b39a14c7af82e0f677e 100644
(file)
--- 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'
- })
,
+ })
],