Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 2, 2023
1 parent e80bf86 commit 8f374c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const webpack = require("../../../../");
const path = require("path");

/** @type {function(any, any): import("../../../../").Configuration[]} */
/** @type {function(any, any): import("../../../../").Configuration} */
module.exports = (env, { testPath }) => ({
target: "web",
mode: "production",
Expand Down

0 comments on commit 8f374c6

Please sign in to comment.