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.
 
 
 
 
 
 

16 lines
506 B

module.exports = {
imports: [
"../bootstrap/abp.resourcemapping.js",
"../font-awesome/abp.resourcemapping.js",
"../jquery-form/abp.resourcemapping.js",
"../jquery-validation-unobtrusive/abp.resourcemapping.js",
"../datatables.net-bs4/abp.resourcemapping.js"
],
mappings: {
//Sweetalert
"@node_modules/sweetalert/dist/*.*": "@libs/sweetalert/",
//Toastr
"@node_modules/toastr/build/*.*": "@libs/toastr/"
}
}