We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ca195 commit 6a4f78eCopy full SHA for 6a4f78e
packages/cli/lib/lib/webpack/webpack-server-config.js
@@ -5,7 +5,7 @@ const baseConfig = require('./webpack-base-config');
5
function serverConfig(env) {
6
return {
7
entry: {
8
- 'ssr-bundle': env.source('index.js'),
+ 'ssr-bundle': env.source('index'),
9
},
10
output: {
11
publicPath: '/',
0 commit comments