Pushnotifications now

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-31 16:13:14 +01:00
parent 2e17b4cca3
commit 9350c7647e
11 changed files with 309 additions and 13 deletions

View File

@@ -41,7 +41,8 @@ const ServiceWorkerConfig = {
},
plugins: [
new webpack.DefinePlugin({
__DATE__: new Date().getTime()
__DATE__: new Date().getTime(),
__PUBLICKEY__: JSON.stringify(require("./env/push.config").publicKey)
})
]
};