Add enterprise portal links to user dropdown menu and dashboard alerts. (#21833)

This commit is contained in:
Brittney Exline
2019-10-09 14:01:41 -06:00
committed by Douglas Hall
parent e05f244bba
commit 6e2887f851
19 changed files with 476 additions and 13 deletions

View File

@@ -20,7 +20,10 @@ module.exports = _.values(Merge.smart(commonConfig, {
debug: true
}),
new webpack.DefinePlugin({
'process.env.NODE_ENV': JSON.stringify('development')
'process.env.NODE_ENV': JSON.stringify('development'),
'process.env.LMS_ROOT_URL': JSON.stringify('https://localhost:18000'),
'process.env.JWT_AUTH_COOKIE_HEADER_PAYLOAD': JSON.stringify('edx-jwt-cookie-header-payload'),
'process.env.EDXMKTG_USER_INFO_COOKIE_NAME': JSON.stringify('edx-user-info')
})
],
module: {