electron-react-boilerplate / electron-react-boilerplate/electron-react-boilerplate
how to use remote or dialog module in this
Closed
question
- Dominant language
- TypeScript
- Stars
- 24.3k
- Forks
- 4k
- Avg merge
- 20m
- Merged PRs (30d)
- 4
Description
when I code this
```
import { dialog } from 'electron';
```
or
```
const { dialog } = require('electron');
```
it will show this wrong like this:
what's the config should I change?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.