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

@@ -25,11 +25,6 @@ module.exports = {
module: {
noParse: /polyfills-.*\.js/,
rules: [
{
test: /\.js$/,
exclude: [/node_modules\/klaro/],
},
{
test: /\.ts$/, loader: 'ts-loader',
options: {