Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Öner Zafer authored and Öner Zafer committed Dec 27, 2018
2 parents 588a1de + 6f0a80c commit cede307
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Injectable } from '@nestjs/common';
import * as fs from 'fs';
import { minify } from 'uglify-js';
import { BundleItemOut } from './interfaces/bundle.interface';
import { Manifest } from './interfaces/manifest.interface';

Expand Down Expand Up @@ -60,8 +59,6 @@ export class AppService {
}
});
}
})(window)`
.replace(/[\n\r\t]/g, '')
.replace(/\s\s+/g, ' ');
})(window)`;
}
}

0 comments on commit cede307

Please sign in to comment.