fixed SSR issue, added code for storing the users cookie consents and restoring them

This commit is contained in:
lotte
2020-08-28 16:55:56 +02:00
parent b3b934033c
commit f6e8448164
12 changed files with 342 additions and 348 deletions

View File

@@ -18,15 +18,6 @@ module.exports = Object.assign({}, commonExports, {
recordsOutputPath: projectRoot('webpack.records.json'),
entry: buildRoot('./main.server.ts'),
target: 'node',
module: {
rules: [
...commonExports.module.rules,
{
test: /\.js$/,
exclude: [/node_modules\/klaro/],
}
]
},
externals: [nodeExternals({
whitelist: [
/@angular/,