Skip to content

Commit

Permalink
misc(build): remove empty devtools report resources (#13601)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jan 27, 2022
1 parent 9f365f0 commit faf5126
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/build-dt-report-resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ function writeFile(name, content) {
fs.rmSync(distDir, {recursive: true, force: true});
fs.mkdirSync(distDir, {recursive: true});

writeFile('report.js', '// This can be removed after the next CDT roll deletes this file');
writeFile('standalone-template.html',
'<!-- This can be removed after the next CDT roll deletes this file -->');
writeFile('report.d.ts', 'export {}');
writeFile('report-generator.d.ts', 'export {}');

async function buildReportGenerator() {
Expand Down

0 comments on commit faf5126

Please sign in to comment.