mirror of https://github.com/webpack/webpack.git
Remove unused import
This commit is contained in:
parent
d650aa4857
commit
069534bb23
|
|
@ -7,7 +7,6 @@
|
||||||
const parseJson = require("json-parse-better-errors");
|
const parseJson = require("json-parse-better-errors");
|
||||||
const asyncLib = require("neo-async");
|
const asyncLib = require("neo-async");
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
const util = require("util");
|
|
||||||
const {
|
const {
|
||||||
SyncHook,
|
SyncHook,
|
||||||
SyncBailHook,
|
SyncBailHook,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue