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.
6 lines
260 B
6 lines
260 B
module.exports = {
|
|
mappings: {
|
|
"@node_modules/datatables.net-bs5/css/dataTables.bootstrap5.css": "@libs/datatables.net-bs5/css/",
|
|
"@node_modules/datatables.net-bs5/js/dataTables.bootstrap5.js": "@libs/datatables.net-bs5/js/"
|
|
}
|
|
}
|