Skip to content

Commit

Permalink
Merge pull request #763 from developit/fix-ts
Browse files Browse the repository at this point in the history
fix ssr entry for typescript
  • Loading branch information
ForsakenHarmony committed Mar 19, 2019
2 parents e4ca195 + 6a4f78e commit 397fb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/lib/webpack/webpack-server-config.js
Expand Up @@ -5,7 +5,7 @@ const baseConfig = require('./webpack-base-config');
function serverConfig(env) {
return {
entry: {
'ssr-bundle': env.source('index.js'),
'ssr-bundle': env.source('index'),
},
output: {
publicPath: '/',
Expand Down

0 comments on commit 397fb47

Please sign in to comment.