Skip to content

Commit 85da643

Browse files
Merge pull request #2054 from jlarmstrongiv/patch-1
docs(serverless): fix custom webpack example with commonjs2 from crashing cli
2 parents dc11004 + 26ffbf8 commit 85da643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/faq/serverless.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ return {
271271
...options,
272272
externals: [],
273273
output: {
274+
...options.output,
274275
libraryTarget: 'commonjs2',
275276
},
276277
// ... the rest of the configuration

0 commit comments

Comments
 (0)