dynamic-container-path-webpack-plugin
Version:
Change `publicPath` at run time rather than build time for dynamic module federated containers.
35 lines (34 loc) • 939 B
JSON
{
"name": "dynamic-container-path-webpack-plugin",
"version": "1.2.0",
"description": "Change `publicPath` at run time rather than build time for dynamic module federated containers.",
"main": "index.js",
"scripts": {
"test": "echo \\\"No test specified\\\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/waldronmatt/dynamic-container-path-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"module-federation",
"publicPath",
"dynamic",
"containers"
],
"author": "Matthew Waldron",
"license": "MIT",
"bugs": {
"url": "https://github.com/waldronmatt/dynamic-container-path-webpack-plugin/issues"
},
"homepage": "https://github.com/waldronmatt/dynamic-container-path-webpack-plugin#readme",
"devDependencies": {
"@waldronmatt/prettier-config": "^1.2.0",
"prettier": "^2.6.2"
},
"dependencies": {
"schema-utils": "^1.0.0"
}
}