Skip to content

Commit 215cd4f

Browse files
style: add a single space
1 parent 72edc3d commit 215cd4f

2 files changed

Lines changed: 2 additions & 2 deletions

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"),

test/create-webpack-app/init/__snapshots__/init.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ const isProduction = process.env.NODE_ENV === "production";
10811081

10821082

10831083
/** @type {import("webpack").Configuration} */
1084-
const config : Configuration= {
1084+
const config : Configuration = {
10851085
entry: "./src/index.ts",
10861086
output: {
10871087
path: path.resolve(__dirname, "dist"),

0 commit comments

Comments
 (0)