We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1726325 commit 80b667fCopy full SHA for 80b667f
test/HotModuleReplacementPlugin.test.js
@@ -8,6 +8,7 @@ describe("HotModuleReplacementPlugin", function() {
8
it("should not have circular hashes but equal if unmodified", function(done) {
9
var entryFile = path.join(__dirname, "js", "entry.js");
10
var recordsFile = path.join(__dirname, "js", "records.json");
11
+ try { fs.mkdirSync(path.join(__dirname, "js")); } catch(e) {}
12
try { fs.unlinkFileSync(recordsFile); } catch(e) {}
13
var compiler = webpack({
14
entry: entryFile,
0 commit comments