## Current Behavior Rspack v1.2.3 was released with some issues around resolving and transforming modules throwing errors at build time. ## Expected Behavior Pin Rpsack to 1.2.2 until a solution for the above problem can be resolved.
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@nx/module-federation",
|
|
"description": "The Nx Plugin for Module Federation contains executors and utilities that support building applications using Module Federation.",
|
|
"version": "0.0.1",
|
|
"type": "commonjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/module-federation"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Rspack",
|
|
"Webpack",
|
|
"Bundling",
|
|
"Module Federation"
|
|
],
|
|
"author": "Colum Ferry",
|
|
"license": "MIT",
|
|
"homepage": "https://nx.dev",
|
|
"main": "index.js",
|
|
"executors": "./executors.json",
|
|
"dependencies": {
|
|
"tslib": "^2.3.0",
|
|
"@nx/devkit": "file:../devkit",
|
|
"@nx/js": "file:../js",
|
|
"@nx/web": "file:../web",
|
|
"picocolors": "^1.1.0",
|
|
"webpack": "^5.88.0",
|
|
"@module-federation/enhanced": "^0.8.8",
|
|
"@module-federation/node": "^2.6.21",
|
|
"@module-federation/sdk": "^0.8.8",
|
|
"express": "^4.21.2",
|
|
"http-proxy-middleware": "^3.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@rspack/core": "^1.1.5"
|
|
},
|
|
"nx-migrations": {
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|