1 parent 6763b3d commit 918fd1dCopy full SHA for 918fd1d
1 file changed
test/Compiler.test.js
@@ -7,9 +7,6 @@ const path = require("path");
7
const webpack = require("../");
8
const WebpackOptionsDefaulter = require("../lib/WebpackOptionsDefaulter");
9
10
-const webpack = require("../");
11
-const WebpackOptionsDefaulter = require("../lib/WebpackOptionsDefaulter");
12
-
13
describe("Compiler", () => {
14
function compile(entry, options, callback) {
15
const noOutputPath = !options.output || !options.output.path;
0 commit comments