Add enterprise portal links to user dropdown menu and dashboard alerts. (#21833)
This commit is contained in:
committed by
Douglas Hall
parent
e05f244bba
commit
6e2887f851
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user