Created
July 25, 2024 01:54
-
-
Save forivall/d38f4efcd0b1b90fb4ba115cab0b2ea2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// just for hacking about in the node.js repl | |
PackFileCacheStrategy = require('webpack/lib/cache/PackFileCacheStrategy') | |
logger = Object.assign(Object.create(console), {getChildLogger() { return this }}) | |
cacheLocation = '.angular/cache/17.3.8/angular-webpack/INSERT_HASH_HERE' | |
packStrategy = new PackFileCacheStrategy({version: '', cacheLocation, fs, compiler: { options: { output: {} } }, snapshot: {}, logger}); | |
pack = await packStrategy.packPromise |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment