mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
fixed build with latest dependencies
This commit is contained in:
@@ -11,6 +11,6 @@ module.exports = {
|
||||
},
|
||||
target: 'node',
|
||||
externals: [nodeExternals({
|
||||
whitelist: [/@ng/]
|
||||
whitelist: [/@angular/, /@ng/]
|
||||
})],
|
||||
};
|
||||
|
Reference in New Issue
Block a user