Skip to content

Commit 1599591

Browse files
committed
Fix the problem that the react template can't load the signalr.
Resolve #aspnetboilerplate/aspnetboilerplate#4899
1 parent 8bb1f80 commit 1599591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reactjs/craco.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
},
4242
{
4343
from: 'node_modules/abp-web-resources/Abp/Framework/scripts/libs/abp.signalr-client.js',
44+
to:'dist/abp.signalr-client.js'
4445
},
4546
{
4647
from: 'src/lib/abp.js',

0 commit comments

Comments
 (0)