Open islandZZZ opened 2 years ago
I'm using 0.9.0 and seeing this error when I bundle.
2: import { homedir as homeDir } from 'os'; ^ Error: 'homedir' is not exported by polyfill-node.os.js, imported by src/constant.ts
homedir is a function that returns the string path of the current user's home directory.
I'd like to submit a PR to resolve this problem soon.
Closed by #53
I'm using 0.9.0 and seeing this error when I bundle.
homedir is a function that returns the string path of the current user's home directory.
I'd like to submit a PR to resolve this problem soon.