Skip to content

Commit d5f928c

Browse files
Merge pull request #384 from topcoder-platform/PROD-1521_PROD-1551_dashboard-and-header
PROD-1521 & PROD-1551 dashboard and header -> qa
2 parents f454242 + 9329464 commit d5f928c

File tree

213 files changed

+5204
-22865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+5204
-22865
lines changed

babel.config.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,18 @@ module.exports = function (api) {
2626
generateScopedName,
2727
},
2828
],
29-
"inline-react-svg",
29+
[
30+
"inline-react-svg",
31+
{
32+
"svgo": {
33+
"plugins": [
34+
{
35+
"cleanupIDs": false
36+
}
37+
]
38+
}
39+
}
40+
],
3041
],
3142
env: {
3243
test: {

0 commit comments

Comments
 (0)