mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
9 lines
158 B
TypeScript
9 lines
158 B
TypeScript
import { commonExports } from './webpack.common';
|
|
|
|
module.exports = Object.assign({}, commonExports, {
|
|
target: 'web',
|
|
node: {
|
|
module: 'empty'
|
|
}
|
|
});
|