mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 07:50:37 +01:00
fix: #10586, fix webinstaller folders
This commit is contained in:
committed by
Julian Lam
parent
e93ecc74fb
commit
6e011b8ff5
@@ -29,7 +29,8 @@ module.exports = {
|
||||
publicPath: `${relativePath}/assets/`,
|
||||
clean: {
|
||||
keep(asset) {
|
||||
return !asset.endsWith('.min.js');
|
||||
return asset === 'installer.min.js' ||
|
||||
!asset.endsWith('.min.js');
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user