Skip to content

Commit

Permalink
fixed node example.
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Mar 14, 2021
1 parent 34890f2 commit 9b505e9
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 180 deletions.
178 changes: 0 additions & 178 deletions examples/node/bundle.js

This file was deleted.

161 changes: 161 additions & 0 deletions examples/node/dist/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/node/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "cross-fetch-on-node",
"version": "0.0.1",
"scripts": {
"prebundle": "webpack index.js -o bundle.js --target=node --mode=development",
"bundle": "node bundle",
"prebundle": "webpack ./index.js --output-filename bundle.js --target=node --mode=development",
"bundle": "node dist/bundle",
"index": "node index"
},
"dependencies": {
Expand Down

0 comments on commit 9b505e9

Please sign in to comment.