Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 653227d

Browse files
docs: update README.md (#124)
1 parent 68c41f0 commit 653227d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Setup the `target` option to `node`/`async-node`/`electron-main`/`electron-rende
4545

4646
```js
4747
module.exports = {
48+
resolve: {
49+
extensions: ["...", ".node"],
50+
},
4851
target: "node",
4952
node: {
5053
__dirname: false,

0 commit comments

Comments
 (0)