fix: remove unused PAYPAL_SUPPORTERS var (#40361)

This commit is contained in:
Ahmad Abdolsaheb
2020-12-01 16:51:24 +03:00
committed by GitHub
parent 1ef12d5605
commit bfc4c33b0c
3 changed files with 1 additions and 18 deletions

View File

@ -186,8 +186,7 @@ exports.onCreateWebpackConfig = ({ stage, plugins, actions }) => {
HOME_PATH: JSON.stringify(
process.env.HOME_PATH || 'http://localhost:3000'
),
STRIPE_PUBLIC_KEY: JSON.stringify(process.env.STRIPE_PUBLIC_KEY || ''),
PAYPAL_SUPPORTERS: JSON.stringify(process.env.PAYPAL_SUPPORTERS || 404)
STRIPE_PUBLIC_KEY: JSON.stringify(process.env.STRIPE_PUBLIC_KEY || '')
})
];
// The monaco editor relies on some browser only globals so should not be