Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ supportsDynamicImport
Method
supportsDynamicImport
lib/RuntimeTemplate.js:223–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
221
}
222
223
supportsDynamicImport() {
224
return
this.outputOptions.environment.dynamicImport;
225
}
226
227
supportsEcmaScriptModuleSyntax() {
228
return
this.outputOptions.environment.module;
Callers
2
getSourceForImportExternal
Function · 0.80
_getSourceData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected