We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d1ea9 commit 2d340e4Copy full SHA for 2d340e4
1 file changed
test/create-webpack-app/init/__snapshots__/init.test.js.snap.webpack5
@@ -1073,7 +1073,7 @@ exports[`create-webpack-app cli should generate typescript project correctly 2`]
1073
1074
import path from "node:path";
1075
import { fileURLToPath } from "node:url";
1076
-import { Configuration } from "webpack";
+import { type Configuration } from "webpack";
1077
1078
const __filename = fileURLToPath(import.meta.url);
1079
const __dirname = path.dirname(__filename);
0 commit comments