Browse Source
Merge pull request #11507 from abpframework/liangshiwei/template
Add abp.resourcemapping.js files to blazor server projects
pull/11543/head
Berkan Sasmaz
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
53 additions and
8 deletions
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/abp.resourcemapping.js
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/abp.resourcemapping.js
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/abp.resourcemapping.js
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/abp.resourcemapping.js
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/abp.resourcemapping.js
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/abp.resourcemapping.js
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/abp.resourcemapping.js
|
|
|
@ -0,0 +1,11 @@ |
|
|
|
module.exports = { |
|
|
|
aliases: { |
|
|
|
|
|
|
|
}, |
|
|
|
clean: [ |
|
|
|
|
|
|
|
], |
|
|
|
mappings: { |
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
@ -0,0 +1,11 @@ |
|
|
|
module.exports = { |
|
|
|
aliases: { |
|
|
|
|
|
|
|
}, |
|
|
|
clean: [ |
|
|
|
|
|
|
|
], |
|
|
|
mappings: { |
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
@ -1,8 +1,11 @@ |
|
|
|
module.exports = { |
|
|
|
aliases: { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
clean: [ |
|
|
|
|
|
|
|
], |
|
|
|
mappings: { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
@ -1,8 +1,11 @@ |
|
|
|
module.exports = { |
|
|
|
aliases: { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
clean: [ |
|
|
|
|
|
|
|
], |
|
|
|
mappings: { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
@ -1,8 +1,11 @@ |
|
|
|
module.exports = { |
|
|
|
aliases: { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
clean: [ |
|
|
|
|
|
|
|
], |
|
|
|
mappings: { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
@ -0,0 +1,11 @@ |
|
|
|
module.exports = { |
|
|
|
aliases: { |
|
|
|
|
|
|
|
}, |
|
|
|
clean: [ |
|
|
|
|
|
|
|
], |
|
|
|
mappings: { |
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
@ -1,8 +1,11 @@ |
|
|
|
module.exports = { |
|
|
|
aliases: { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
clean: [ |
|
|
|
|
|
|
|
], |
|
|
|
mappings: { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
|