Skip to content

Commit 6a4f78e

Browse files
fix ssr entry for typescript
1 parent e4ca195 commit 6a4f78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/lib/lib/webpack/webpack-server-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const baseConfig = require('./webpack-base-config');
55
function serverConfig(env) {
66
return {
77
entry: {
8-
'ssr-bundle': env.source('index.js'),
8+
'ssr-bundle': env.source('index'),
99
},
1010
output: {
1111
publicPath: '/',

0 commit comments

Comments
 (0)