mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
dependency upgrades, server and platform module updates, linting wip
This commit is contained in:
11
webpack/webpack.server.js
Normal file
11
webpack/webpack.server.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const {
|
||||
root
|
||||
} = require('./helpers');
|
||||
|
||||
module.exports = {
|
||||
entry: root('./src/main.server.ts'),
|
||||
output: {
|
||||
filename: 'server.js'
|
||||
},
|
||||
target: 'node'
|
||||
};
|
Reference in New Issue
Block a user