Skip to content

Commit

Permalink
fix(snapshot): load module crc32 from its new path introduced by depe…
Browse files Browse the repository at this point in the history
…ndency crc v4.1.0

Closes #153
  • Loading branch information
freddy38510 committed Jan 25, 2022
1 parent 256b7ae commit 41512e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/snapshot.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const crc32 = require('crc/lib/crc32');
const crc32 = require('crc/crc32');
const fs = require('fs-extra');
const path = require('path');
const esmRequire = require('jiti')(__filename);
Expand Down

0 comments on commit 41512e9

Please sign in to comment.