Skip to content

Commit 57f8de2

Browse files
test: update snapshot
1 parent 215cd4f commit 57f8de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create-webpack-app/templates/init/default/webpack.config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : "style-loader
2020
const stylesHandler = "style-loader";<% } %><% } %>
2121

2222
/** @type {import("webpack").Configuration} */
23-
const config <% if (langType === "Typescript") { %>: Configuration<% } %> = {
23+
const config <% if (langType === "Typescript") { %>: Configuration <% } %>= {
2424
entry: "<%= entryPoint %>",
2525
output: {
2626
path: path.resolve(__dirname, "dist"),

0 commit comments

Comments
 (0)