new WebpackRemoteTypesPlugin({
remotes: {
'app': undefined <-- `undefined` value blocks webpack dev server indefinitely
},
outputDir: 'types',
remoteFileName: 'types/dts.tgz' <-- a path in `remoteFileName` causes "Error: ENOENT: no such file or directory"
}),
The plugin has some issues:
undefined, the plugin blocks webpack dev server indefinitelyremoteFileName, the plugin is not able to save the file due to ENOENT