From 19f999b80459a4d5dca3045b54583f2902944cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 31 Jul 2023 12:41:31 -0400 Subject: [PATCH] fix merging error --- test/sourcemaps.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/sourcemaps.test.js b/test/sourcemaps.test.js index c3c7696..aaadf64 100644 --- a/test/sourcemaps.test.js +++ b/test/sourcemaps.test.js @@ -4,7 +4,6 @@ import path from "node:path"; import { rimraf } from "rimraf"; import { webpackAsync } from "./helpers/webpackAsync.js"; import createTestDirectory from "./helpers/createTestDirectory.js"; -import isWebpack5 from "./helpers/isWebpack5.js"; import { fileURLToPath } from "node:url"; const __dirname = fileURLToPath(path.dirname(import.meta.url));