We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fff39ff + dc685fb commit 1fe65ebCopy full SHA for 1fe65eb
README.md
@@ -104,7 +104,7 @@ let presets = [
104
105
2. `targets`
106
107
-To change the target of `preset-env` plugin. By default this is configured for Electron.
+To change the target of `preset-env` plugin. By default this is configured for Electron 11.
108
109
```json
110
{
src/index.ts
@@ -33,10 +33,10 @@ function handleOptions(options: Options) {
33
notStrictCommentTriggers,
34
} = options
35
36
- // use Electron 6 targets by default
+ // use Electron 11 targets by default
37
if (targets === undefined) {
38
targets = {
39
- electron: 6,
+ electron: 11,
40
}
41
42
0 commit comments