mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-06 17:44:11 +00:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import { commonExports } from './webpack.common';
|
|
|
|
module.exports = Object.assign({}, commonExports, {
|
|
target: 'web',
|
|
});
|