Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add solution for "require() of ES Module"
  • Loading branch information
jhk0530 authored Jul 21, 2023
1 parent f07c843 commit 63f344e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,14 @@ Final. Unzip the result `zip file` and run `<APPNAME>.app`

- Raise an issue, please.

#### require() of ES Module

- Change `dependencies` (see [issue](/../../issues/2))
```
"dependencies": {
"axios": "^0.27.2",
"esm": "^3.2.25"
...
}
```

0 comments on commit 63f344e

Please sign in to comment.