Skip to content

Instantly share code, notes, and snippets.

@forivall
Created July 25, 2024 01:54
Show Gist options
  • Save forivall/d38f4efcd0b1b90fb4ba115cab0b2ea2 to your computer and use it in GitHub Desktop.
Save forivall/d38f4efcd0b1b90fb4ba115cab0b2ea2 to your computer and use it in GitHub Desktop.
// 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