Skip to content

Commit

Permalink
double to single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
utku-ozturk committed Jul 10, 2024
1 parent 5e59314 commit d5bcf4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ module.exports = [
'auth0-lock': 'var {}',
'aws-sdk': 'var {}',
'package-lock.json': 'var {}',
"statistics-page-components" : 'var {}',
"micrometa-dependencies" : 'var {}',
"vitessce-dependencies" : 'var {}',
'statistics-page-components' : 'var {}',
'micrometa-dependencies' : 'var {}',
'vitessce-dependencies' : 'var {}',
// Below - prevent some stuff in SPC from being bundled in.
// These keys are literally matched against the string values, not actual path contents, hence why is "../util/aws".. it exactly what within SPC/SubmissionView.js
// We can clean up and change to 'aws-utils' in here in future as well and alias it to spc/utils/aws. But this needs to be synchronized with SPC and 4DN.
Expand Down

0 comments on commit d5bcf4e

Please sign in to comment.