committed by
Mrugesh Mohapatra
parent
7b0d951f68
commit
6aff2bbe42
@@ -139,11 +139,10 @@ exports.modifyWebpackConfig = ({ config, stage }) => {
|
||||
config.plugin('DefinePlugin', webpack.DefinePlugin, [
|
||||
{
|
||||
HOME_PATH: JSON.stringify(
|
||||
process.env.HOME_PATH ||
|
||||
'http://localhost:3000'
|
||||
process.env.HOME_PATH || 'http://localhost:3000'
|
||||
)
|
||||
}
|
||||
]);
|
||||
]);
|
||||
});
|
||||
};
|
||||
/* eslint-disable prefer-object-spread/prefer-object-spread */
|
||||
|
Reference in New Issue
Block a user