Skip to content

Commit

Permalink
chore: use graceful-fs (webpack#4191)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Jan 17, 2022
1 parent 1c95a30 commit c130c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extend-webpack-types.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

const fs = require("fs");
const path = require("path");
const fs = require("graceful-fs");

async function extendTypes() {
const typesPath = path.resolve(__dirname, "../types/lib/Server.d.ts");
Expand Down

0 comments on commit c130c38

Please sign in to comment.