forked from hazza/dspace-angular
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