configuration update
This commit is contained in:
@@ -8,6 +8,15 @@ module.exports = {
|
||||
locales: ['en', 'ar'],
|
||||
defaultLocale: 'en',
|
||||
},
|
||||
|
||||
webpackDevMiddleware: config => {
|
||||
config.watchOptions = {
|
||||
poll: 1000,
|
||||
aggregateTimeout: 300,
|
||||
}
|
||||
return config
|
||||
},
|
||||
|
||||
env: {
|
||||
REACT_APP_US_ADDRESS_USA: '32 Oatgrass Dr, Grayson,GA,30017',
|
||||
REACT_APP_US_PHONE: '(415) 251-7583',
|
||||
|
||||
Reference in New Issue
Block a user