Skip to content

Commit

Permalink
fix(example-firebase): target node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgepigdaniel committed Feb 25, 2021
1 parent 9042b02 commit 802b3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/firebase/scripts/webpackOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const path = require("path");

module.exports = {
entry: "./src/index.js",
target: "node12",
externals: {
"firebase-functions": "commonjs2 firebase-functions",
},
Expand Down

0 comments on commit 802b3b5

Please sign in to comment.