Skip to content

Commit eb7e885

Browse files
authored
Merge pull request #456 from ndelangen/patch-1
Remove unclear qoutes in configuration/target/ around "node"
2 parents 6193343 + 68ca698 commit eb7e885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Tells webpack which environment the application is targeting. The following valu
2222
| `async-node`| Compile for usage in a Node.js-like environment (uses `fs` and `vm` to load chunks asynchronously) |
2323
| `electron` | Compile for [Electron](http://electron.atom.io/) renderer process, provide a target using `JsonpTemplatePlugin`, `FunctionModulePlugin` for browser environments and `NodeTargetPlugin` and `ExternalsPlugin` for CommonJs and Electron built-in modules. |
2424
| `electron-renderer` | Compile for [Electron](http://electron.atom.io/) for `renderer-process` |
25-
| `"node"` | Compile for usage in a Node.js-like environment (uses Node.js `require` to load chunks) |
25+
| `node` | Compile for usage in a Node.js-like environment (uses Node.js `require` to load chunks) |
2626
|`node-webkit`| Compile for usage in WebKit and uses JSONP for chunk loading. Allows importing of built-in Node.js modules and [`nw.gui`](http://docs.nwjs.io/en/latest/) (experimental) |
2727
|`web`| Compile for usage in a browser-like environment **(default)** |
2828
|`webworker`| Compile as WebWorker |

0 commit comments

Comments
 (0)