Rename basefolder 'rainloop' to 'snappymail'

this prevents conflicts with original rainloop
This commit is contained in:
djmaze 2020-10-15 16:21:52 +02:00
parent 2655f5ea00
commit d0f686c657
962 changed files with 113 additions and 119 deletions

View file

@ -56,9 +56,9 @@ module.exports = function(publicPath, pro, mode) {
},
output: {
pathinfo: true,
path: path.join(__dirname, 'rainloop', 'v', '0.0.0', 'static'),
path: path.join(__dirname, 'snappymail', 'v', '0.0.0', 'static'),
filename: '[name].js',
publicPath: publicPath || 'rainloop/v/0.0.0/static/'
publicPath: publicPath || 'snappymail/v/0.0.0/static/'
},
performance: {
hints: false