ARCH-642 Add Order History header menu link.

This commit is contained in:
Douglas Hall
2019-04-24 13:34:28 -04:00
parent 5b636f2337
commit eb05d5ca0a
4 changed files with 12 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ module.exports = Merge.smart(commonConfig, {
REDDIT_URL: 'https://www.reddit.com',
APPLE_APP_STORE_URL: 'https://www.apple.com/ios/app-store/',
GOOGLE_PLAY_URL: 'https://play.google.com/store',
ORDER_HISTORY_URL: 'localhost:1996/orders',
}),
// when the --hot option is not passed in as part of the command
// the HotModuleReplacementPlugin has to be specified in the Webpack configuration