@module-federation/typescript
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@module-federation/typescript", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Webpack plugin to stream typescript for module federation apps/components", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -75,3 +75,3 @@ const ts = require("typescript"); | ||
importRemoteTypes() { | ||
const remoteUrls = Object.entries(remoteComponents).map(([ remote, entry ]) => { | ||
const remoteUrls = Object.entries(this.remoteComponents).map(([ remote, entry ]) => { | ||
const [, url ] = entry.split('@'); | ||
@@ -78,0 +78,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7055