Skip to content

Commit

Permalink
Update example webpack config in README
Browse files Browse the repository at this point in the history
Specify node version as string
  • Loading branch information
jogold authored Jul 7, 2017
1 parent cb24eff commit 1c88b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = {
[
'env',
{
target: { node: 6.10 }, // Node version on AWS Lambda
target: { node: '6.10' }, // Node version on AWS Lambda
useBuiltIns: true,
modules: false,
loose: true,
Expand Down

0 comments on commit 1c88b8d

Please sign in to comment.