Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get jsChunkFileName() {
return upath.removeExt(this.jsOut, '.js') + '.[name].js';
}
get concatCount() {
get jsChunkFileName() {
return upath.removeExt(this.jsOutputFileName, '.js') + '.[name].js';
}
get jsOutputFilePath() {
get jsChunkFileName(): string {
return upath.removeExt(this.jsOut, '.js') + '.[name].js';
}
get jsChunkFileName(): string {
return upath.removeExt(this.jsOutputFileName, '.js') + '.[name].js';
}