Commit c9f045b
committed
chore: fix the node-machine-id import
node-machine-id is a commonjs module and module.exports from a commonjs
module should be imported using namespace imports as it cannot be
guaranteed that for those exports a synthetic default export will be
created or not.1 parent 8131cb7 commit c9f045b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments