fixed tests

This commit is contained in:
lotte
2019-04-23 14:35:40 +02:00
committed by Art Lowel
parent 8a32777802
commit cfcf496cc1
4 changed files with 88 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
var nodeExternals = require('webpack-node-externals');
const {
root
root
} = require('./helpers');
module.exports = {
@@ -12,7 +12,8 @@ module.exports = {
output: {
filename: 'server.js'
},
target: 'node',
module: {rules: []},
target: 'node',
externals: [nodeExternals({
whitelist: [
/@angular/,