mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
fixed tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var nodeExternals = require('webpack-node-externals');
|
||||
|
||||
const {
|
||||
root
|
||||
root
|
||||
} = require('./helpers');
|
||||
|
||||
module.exports = {
|
||||
@@ -12,7 +12,8 @@ module.exports = {
|
||||
output: {
|
||||
filename: 'server.js'
|
||||
},
|
||||
target: 'node',
|
||||
module: {rules: []},
|
||||
target: 'node',
|
||||
externals: [nodeExternals({
|
||||
whitelist: [
|
||||
/@angular/,
|
||||
|
Reference in New Issue
Block a user