dotnet / dotnet/aspnetcore

Weird file created during webpack when upgrading to SignalR 8.0.0

Open
#56,213 0 comments 0 reactions 0 assignees View on GitHub
area-signalr
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 6h
Merged PRs (30d)
290

Description

### Is there an existing issue for this?

- [X] I have searched the existing issues

### Describe the bug

We upgraded to SignalR v8.0 and are using webpack to bundle our application script files. Webpack is now generating a weird bundle file named _ffca-_26cd-_6695-_e09b-_b4de-_fcc7.js with the following contents:

```
(self.webpackChunkverify=self.webpackChunkverify||[]).push([["_ffca-_26cd-_6695-_e09b-_b4de-_fcc7"],{"?ffca":
/*!**********************************!*\
!*** abort-controller (ignored) ***!
\**********************************/()=>{},"?26cd":
/*!*****************************!*\
!*** eventsource (ignored) ***!
\*****************************/()=>{},"?6695":
/*!******************************!*\
!*** fetch-cookie (ignored) ***!
\******************************/()=>{},"?e09b":
/*!****************************!*\
!*** node-fetch (ignored) ***!
\****************************/()=>{},"?b4de":
/*!******************************!*\
!*** tough-cookie (ignored) ***!
\******************************/()=>{},"?fcc7":
/*!********************!*\
!*** ws (ignored) ***!
\********************/()=>{}}]);
```
The files listed in this bundle are all the dependencies listed for the signalR package.

We now have to include this additional script file on our page to get our scripts to work. So, we have reverted to 7.0.14 for the time being until we can figure out what is going on here.

### Expected Behavior

_No response_

### Steps To Reproduce

_No response_

### Exceptions (if any)

_No response_

### .NET Version

_No response_

### Anything else?

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.