Files
dspace-angular/webpack/webpack.test.ts
2022-04-08 17:57:15 +02:00

6 lines
124 B
TypeScript

import { commonExports } from './webpack.common';
module.exports = Object.assign({}, commonExports, {
target: 'web',
});