We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d322a commit ebb3a03Copy full SHA for ebb3a03
packages/pwa-kit-dev/src/configs/webpack/config.js
@@ -358,7 +358,7 @@ const renderer =
358
// We want to split the build on local development to reduce memory usage.
359
// It is required to have a single entry point for the remote server.
360
// See pwa-kit-runtime/ssr/server/build-remote-server.js render method.
361
- filename: mode === development ? '[name].js' : 'server-renderer.js',
+ filename: mode === development ? '[name]-server.js' : 'server-renderer.js',
362
libraryTarget: 'commonjs2'
363
},
364
plugins: [
0 commit comments