MCPcopy
hub / github.com/webpack/webpack / isIIFE

Method isIIFE

lib/RuntimeTemplate.js:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 isIIFE() {
120 return this.outputOptions.iife;
121 }
122
123 isModule() {
124 return this.outputOptions.module;

Callers 2

renderMethod · 0.80
renderMainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected