1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Add production webpack, big thanks to @AngularClass

This commit is contained in:
Chocobozzz 2016-06-03 22:47:55 +02:00
parent fc76359be1
commit b20b5fed40
6 changed files with 239 additions and 20 deletions

View file

@ -81,9 +81,7 @@ module.exports = webpackMerge(commonConfig, {
*
* See: http://webpack.github.io/docs/configuration.html#output-chunkfilename
*/
chunkFilename: '[id].chunk.js',
publicPath: '/client/'
chunkFilename: '[id].chunk.js'
},