Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
570 B

module.exports = {
imports: [
"../bootstrap/abp.resourcemapping.js",
"../font-awesome/abp.resourcemapping.js",
"../jquery-form/abp.resourcemapping.js",
"../jquery-validation-unobtrusive/abp.resourcemapping.js",
"../sweetalert/abp.resourcemapping.js",
"../toastr/abp.resourcemapping.js",
"../datatables.net-bs4/abp.resourcemapping.js",
"../lodash/abp.resourcemapping.js",
"../timeago/abp.resourcemapping.js",
"../select2/abp.resourcemapping.js"
],
mappings: {
}
}