MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
191 stars 62 forks source link

Use CRA compatible constants #36

Closed NBoychev closed 5 years ago

NBoychev commented 5 years ago

This PR fixes an error when building with react-scripts.

react-scripts build

Creating an optimized production build...
Failed to compile.

Failed to minify the code from this file: 

    ./node_modules/electron-push-receiver/src/constants/index.js:13 

Resolves issue #16