You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added @paciolan/remote-component to a CRA app, done in JS (not TS) receiving the following when using webpack:
Failed to parse source map from 'C:\...\node_modules\@paciolan\remote-component\src\components\RemoteComponent.ts' file: Error: ENOENT: no such file or directory, open 'C:\...\node_modules\@paciolan\remote-component\src\components\RemoteComponent.ts'
Receiving this error on about 15 different .ts files that do not exist in the npm package.
The text was updated successfully, but these errors were encountered:
Added @paciolan/remote-component to a CRA app, done in JS (not TS) receiving the following when using webpack:
Failed to parse source map from 'C:\...\node_modules\@paciolan\remote-component\src\components\RemoteComponent.ts' file: Error: ENOENT: no such file or directory, open 'C:\...\node_modules\@paciolan\remote-component\src\components\RemoteComponent.ts'
Receiving this error on about 15 different .ts files that do not exist in the npm package.
The text was updated successfully, but these errors were encountered: