Added new pageData action/reducer

This commit is contained in:
Wyatt Johnson
2017-03-16 11:07:38 -06:00
parent 3277923a8c
commit 598fcc4cb0
10 changed files with 65 additions and 12 deletions
-3
View File
@@ -118,9 +118,6 @@ module.exports = {
'process.env': {
'VERSION': `"${require('./package.json').version}"`
}
}),
new webpack.EnvironmentPlugin({
TALK_RECAPTCHA_PUBLIC: JSON.stringify(process.env.TALK_RECAPTCHA_PUBLIC)
})
],
resolve: {