Skip to content

Commit

Permalink
IDL-60 Remove not needed react env variable
Browse files Browse the repository at this point in the history
Signed-off-by: Lyubomir Bandrov <lyubomir.bandrov@senofi.ca>
  • Loading branch information
lbandrov committed Jul 23, 2024
1 parent 29cedb9 commit 4746c6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/apollo/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ require('esbuild').build({
define: {
global: 'global',
process: 'process',
Buffer: 'Buffer',
'process.env.REACT_APP_IDENTITY_STORE_TYPE': `"${process.env.REACT_APP_IDENTITY_STORE_TYPE}"`
Buffer: 'Buffer'
},
plugins: [
sassPlugin.sassPlugin({ quietDeps: true }),
Expand Down

0 comments on commit 4746c6f

Please sign in to comment.