mirror of https://github.com/abpframework/abp.git
5 changed files with 7 additions and 3 deletions
@ -1,5 +1,6 @@ |
|||
module.exports = { |
|||
mappings: { |
|||
"@node_modules/jquery-form/dist/jquery.form.min.js": "@libs/jquery-form/" |
|||
"@node_modules/jquery-form/dist/jquery.form.min.js": "@libs/jquery-form/", |
|||
"@node_modules/jquery-form/dist/jquery.form.min.js.map": "@libs/jquery-form/" |
|||
} |
|||
} |
|||
@ -1,5 +1,6 @@ |
|||
module.exports = { |
|||
mappings: { |
|||
"@node_modules/popper.js/dist/umd/popper.min.js": "@libs/popper.js/" |
|||
"@node_modules/popper.js/dist/umd/popper.min.js": "@libs/popper.js/", |
|||
"@node_modules/popper.js/dist/umd/popper.min.js.map": "@libs/popper.js/" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue