We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1de07 commit 459896fCopy full SHA for 459896f
index.js
@@ -14,6 +14,11 @@ module.exports = (api, options) => {
14
config.api = api
15
const service = config.service = api.service
16
17
+ api.chainWebpack(webpackConfig => {
18
+ // Default entry
19
+ webpackConfig.entry('app').clear().add(config.entry('client'))
20
+ })
21
+
22
api.registerCommand('ssr:build', {
23
description: 'build for production (SSR)',
24
}, async (args) => {
0 commit comments