-rw-r--r-- 1 iminar eng 84219 Oct 19 21:37 dist/0.0f327734d18211139822.chunk.js -rw-r--r-- 1 iminar eng 14942 Oct 19 21:37 dist/4.c719ac5645940382cdce.chunk.js -rw-r--r-- 1 iminar eng 1560 Oct 19 21:37 dist/inline.887757679ff553e20b54.bundle.js -rw-r--r-- 1 iminar eng 492354 Oct 19 21:37 dist/main.5e5dc9ed980c9f5dc2bd.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 19 21:37 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702
10 lines
209 B
JavaScript
10 lines
209 B
JavaScript
const fs = require('fs');
|
|
const sh = require('shelljs');
|
|
|
|
const PATCH_LOCK = 'node_modules/@angular/cli/models/webpack-configs/.patched';
|
|
|
|
// if (!fs.existsSync(PATCH_LOCK)) {
|
|
// sh.touch(PATCH_LOCK);
|
|
// }
|
|
|