mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
dependency upgrades, server and platform module updates, linting wip
This commit is contained in:
13
webpack/helpers.js
Normal file
13
webpack/helpers.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const {
|
||||
join,
|
||||
resolve
|
||||
} = require('path');
|
||||
|
||||
function root(path) {
|
||||
return resolve(__dirname, '..', path);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
root: root,
|
||||
join: join
|
||||
};
|
Reference in New Issue
Block a user