Skip to content

Commit

Permalink
Merge pull request #6973 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
PROD DEPLOY - PROD-4372
  • Loading branch information
jmgasper authored Mar 21, 2024
2 parents 496d3c6 + 24db7ac commit 94b5fa2
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders achievements correctly 1`] = `
<ThemedModal
<ThemedBaseModal
composeAdhocTheme="deeply"
composeContextTheme="softly"
mapThemrProps={[Function]}
Expand Down Expand Up @@ -318,5 +318,5 @@ exports[`renders achievements correctly 1`] = `
/>
</div>
</aside>
</ThemedModal>
</ThemedBaseModal>
`;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders gallery modal 1`] = `
<ThemedModal
<ThemedBaseModal
composeAdhocTheme="deeply"
composeContextTheme="softly"
mapThemrProps={[Function]}
Expand Down Expand Up @@ -124,5 +124,5 @@ exports[`renders gallery modal 1`] = `
/>
</div>
</div>
</ThemedModal>
</ThemedBaseModal>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ exports[`Matches shallow shapshot 4`] = `
>
Join Community
</ThemedButton>
<ThemedModal
<ThemedBaseModal
composeAdhocTheme="deeply"
composeContextTheme="softly"
mapThemrProps={[Function]}
Expand Down Expand Up @@ -151,7 +151,7 @@ exports[`Matches shallow shapshot 4`] = `
>
Return to the Community
</ThemedButton>
</ThemedModal>
</ThemedBaseModal>
</div>
`;

Expand Down
1 change: 1 addition & 0 deletions config/webpack/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const standardDevelopmentConfig = configFactory({
main: './src/client',
},
publicPath: '/api/cdn/public/static-assets',
crossOriginLoading: 'anonymous',
});

const jsxRule = standardDevelopmentConfig.module.rules.find(rule => rule.loader === 'babel-loader');
Expand Down
1 change: 1 addition & 0 deletions config/webpack/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const standardDevelopmentConfig = configFactory({
},
keepBuildInfo: Boolean(global.KEEP_BUILD_INFO),
publicPath,
crossOriginLoading: 'anonymous',
});

const jsxRule = standardDevelopmentConfig.module.rules.find(rule => rule.loader === 'babel-loader');
Expand Down
1 change: 1 addition & 0 deletions config/webpack/qa.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const standardDevelopmentConfig = configFactory({
},
keepBuildInfo: Boolean(global.KEEP_BUILD_INFO),
publicPath,
crossOriginLoading: 'anonymous',
});

const jsxRule = standardDevelopmentConfig.module.rules.find(rule => rule.loader === 'babel-loader');
Expand Down
87 changes: 84 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"tc-ui": "^1.0.12",
"topcoder-react-lib": "1.2.14",
"topcoder-react-ui-kit": "2.0.1",
"topcoder-react-utils": "0.7.8",
"topcoder-react-utils": "github:topcoder-platform/topcoder-react-utils#v0.9.5",
"turndown": "^4.0.2",
"uninav-react": "git+https://github.com/topcoder-platform/uninav-react.git#0.0.2",
"url-parse": "^1.4.1",
Expand Down

0 comments on commit 94b5fa2

Please sign in to comment.