dynamic-container-path-webpack-plugin
Version:
Change `publicPath` at run time rather than build time for dynamic module federated containers.
15 lines (14 loc) • 353 B
JSON
{
"type": "object",
"properties": {
"iife": {
"description": "An immediately invoked function expression to get 'publicPath' at runtime.",
"instanceof": "Function"
},
"entry": {
"description": "The entry point name of the application.",
"type": "string"
}
},
"additionalProperties": false
}