Skip to content

Commit

Permalink
docs(configuration): fix a typo in target.md (#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
natalan committed Oct 30, 2020
1 parent d58df37 commit 693a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/configuration/target.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Option | Description
`web` | Compile for usage in a browser-like environment __(default)__
`webworker` | Compile as WebWorker
`esX` | Compile for specified ECMAScript version. Examples: es5, es2020.
`browserslist` | Infer a platform and the ES-features from a browserslist-config __(default if browserlist config is available)__
`browserslist` | Infer a platform and the ES-features from a browserslist-config __(default if browserslist config is available)__

For example, when the `target` is set to `"electron-main"`, webpack includes multiple electron specific variables.

Expand Down

1 comment on commit 693a2eb

@vercel
Copy link

@vercel vercel bot commented on 693a2eb Oct 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.