1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-31 10:20:55 +00:00

Update webpack build configuration to work with changes to the FFZ CDN.

This commit is contained in:
SirStendec 2018-03-30 23:34:56 -04:00
parent 79e4b02e6b
commit 57152e8ed5
2 changed files with 4 additions and 2 deletions

View file

@ -50,7 +50,7 @@ const config = module.exports = merge(common, {
],
output: {
publicPath: '//cdn.frankerfacez.com/script/',
publicPath: '//cdn.frankerfacez.com/static/',
filename: '[name].[hash].js'
}
});