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 215cd4f commit 57f8de2Copy full SHA for 57f8de2
1 file changed
packages/create-webpack-app/templates/init/default/webpack.config.tpl
@@ -20,7 +20,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : "style-loader
20
const stylesHandler = "style-loader";<% } %><% } %>
21
22
/** @type {import("webpack").Configuration} */
23
-const config <% if (langType === "Typescript") { %>: Configuration<% } %> = {
+const config <% if (langType === "Typescript") { %>: Configuration <% } %>= {
24
entry: "<%= entryPoint %>",
25
output: {
26
path: path.resolve(__dirname, "dist"),
0 commit comments