Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Compare: configuration

Showing with 1 addition and 0 deletions.
  1. +1 −0 configuration.md
1 change: 1 addition & 0 deletions configuration.md
Expand Up @@ -649,6 +649,7 @@ Enforcing `amd` or `umd` in a external value will break if not compiling as amd/
* `"async-node"` Compile for usage in a node.js-like environment (use `fs` and `vm` to load chunks async)
* `"node-webkit"` Compile for usage in webkit, uses jsonp chunk loading but also supports builtin node.js modules plus require("nw.gui") (experimental)
* `"electron"` Compile for usage in [Electron](http://electron.atom.io/) – supports `require`-ing Electron-specific modules.
* `"electron-renderer"` Compile for electron renderer process, provide a target using `JsonpTemplatePlugin`, `FunctionModulePlugin` for browser environment and `NodeTargetPlugin` and `ExternalsPlugin` for commonjs and electron bulit-in modules. *Note: need `webpack` >= 1.12.15.*



Expand Down