From a935cdb05306ef5aeeaa67457d012c769a6a91b2 Mon Sep 17 00:00:00 2001 From: Konstantinos Paparas Date: Fri, 14 Dec 2018 14:33:23 +0100 Subject: [PATCH] Add comment for the patch --- patch.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/patch.js b/patch.js index 0ae1e8bb..64d99c84 100644 --- a/patch.js +++ b/patch.js @@ -1,3 +1,7 @@ +// TODO: This is a workaround for the following issue: +// https://github.com/angular/angular-cli/issues/1548 +// It should be removed as soon as the error should be fixed. + const fs = require('fs'); const f = 'node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs/browser.js';