forked from hazza/dspace-angular
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import { commonExports } from './webpack.common';
|
|
|
|
module.exports = Object.assign({}, commonExports, {
|
|
target: 'web',
|
|
});
|