diff --git a/types/webpack/index.d.ts b/types/webpack/index.d.ts index f1337e7c0d..ec9e5565fc 100644 --- a/types/webpack/index.d.ts +++ b/types/webpack/index.d.ts @@ -1215,7 +1215,7 @@ declare namespace webpack { * Target of compilation. Passed from configuration options. * Example values: "web", "node" */ - target: 'web' | 'node' | string; + target: 'web' | 'webworker' | 'async-node' | 'node' | 'electron-main' | 'electron-renderer' | 'node-webkit' | string; /** * This boolean is set to true when this is compiled by webpack.