mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
refactor webpack config
This commit is contained in:
8
webpack/webpack.test.ts
Normal file
8
webpack/webpack.test.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { commonExports } from './webpack.common';
|
||||
|
||||
module.exports = Object.assign({}, commonExports, {
|
||||
target: 'web',
|
||||
node: {
|
||||
module: 'empty'
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user