config: Remove duplicate value in dev webpack conf
This commit is contained in:
parent
ce2d1d6dcc
commit
7a6f177aa5
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ const webpackProxy = {
|
|||
deployment: process.env.BETA ? 'beta/apps' : 'apps',
|
||||
useProxy: true,
|
||||
proxyVerbose: true,
|
||||
debug: true,
|
||||
env: `${process.env.STAGE ? 'stage' : 'prod'}-${process.env.BETA ? 'beta' : 'stable'}`,
|
||||
appUrl: process.env.BETA ? '/beta/insights/image-builder' : '/insights/image-builder',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue