mirror of https://github.com/abpframework/abp.git
1 changed files with 4 additions and 3 deletions
@ -1,7 +1,8 @@ |
|||
module.exports = { |
|||
mappings: { |
|||
"@node_modules/bootstrap/dist/css/bootstrap.css": "@libs/bootstrap/css/", |
|||
"@node_modules/@laylazi/bootstrap-rtl/dist/css/bootstrap-rtl.css": "@libs/bootstrap/css/", |
|||
"@node_modules/bootstrap/dist/js/bootstrap.bundle.js": "@libs/bootstrap/js/" |
|||
"@node_modules//bootstrap/dist/css/bootstrap.css*": "@libs/bootstrap/css/", |
|||
"@node_modules//bootstrap/dist/css/bootstrap.min.css*": "@libs/bootstrap/css/", |
|||
"@node_modules/@laylazi/bootstrap-rtl/dist/css/bootstrap-rtl*": "@libs/bootstrap/css/", |
|||
"@node_modules/bootstrap/dist/js/bootstrap.bundle*": "@libs/bootstrap/js/" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue