Skip to content

Commit

Permalink
fix: Adjust caching to use hashes (#698)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
guybedford and styfle committed Apr 27, 2021
1 parent 8d1866b commit 20ebb84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Expand Up @@ -227,6 +227,10 @@ function ncc (
name: `ncc_${hashOf(entry)}`,
version: nccVersion
},
snapshot: {
managedPaths: [],
module: { hash: true }
},
amd: false,
optimization: {
nodeEnv: false,
Expand Down

0 comments on commit 20ebb84

Please sign in to comment.