Skip to content

Commit 193fda6

Browse files
authored
Merge pull request #476 from aspnetboilerplate/maliming/patch-1
Fix the problem that the react template can't load the signalr.
2 parents 8bb1f80 + 1599591 commit 193fda6

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)