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:
parent
fc76359be1
commit
b20b5fed40
6 changed files with 239 additions and 20 deletions
|
@ -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'
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue