try to just add recaptcha manually

use react-recaptcha

remove recaptcha file
This commit is contained in:
Riley Davis
2017-03-20 07:36:21 -07:00
committed by gaba
parent ca07406b1a
commit c8a0ded4ad
9 changed files with 53 additions and 5 deletions
+3
View File
@@ -118,6 +118,9 @@ module.exports = {
'process.env': {
'VERSION': `"${require('./package.json').version}"`
}
}),
new webpack.EnvironmentPlugin({
TALK_RECAPTCHA_PUBLIC: JSON.stringify(process.env.TALK_RECAPTCHA_PUBLIC)
})
],
resolve: {