Skip to content

Commit 40b1a77

Browse files
committedJul 11, 2024
test: added
1 parent 080e54f commit 40b1a77

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+271
-1
lines changed
 

‎lib/javascript/CommonJsChunkFormatPlugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
const { ConcatSource, RawSource } = require("webpack-sources");
99
const RuntimeGlobals = require("../RuntimeGlobals");
1010
const Template = require("../Template");
11+
const { getUndoPath } = require("../util/identifier");
1112
const {
1213
getChunkFilenameTemplate,
1314
getCompilationHooks
@@ -16,7 +17,6 @@ const {
1617
generateEntryStartup,
1718
updateHashForEntryStartup
1819
} = require("./StartupHelpers");
19-
const { getUndoPath } = require("../util/identifier");
2020

2121
/** @typedef {import("../Chunk")} Chunk */
2222
/** @typedef {import("../Compiler")} Compiler */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
it("should compile", () => {});

0 commit comments

Comments
 (0)