Not crashing when not supplying push-data thingies
This commit is contained in:
		@@ -42,7 +42,7 @@ const ServiceWorkerConfig = {
 | 
			
		||||
  plugins: [
 | 
			
		||||
    new webpack.DefinePlugin({
 | 
			
		||||
      __DATE__: new Date().getTime(),
 | 
			
		||||
      __PUBLICKEY__: JSON.stringify(require("./env/push.config").publicKey)
 | 
			
		||||
      __PUBLICKEY__: JSON.stringify(require("./env/push").publicKey)
 | 
			
		||||
    })
 | 
			
		||||
  ]
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user