Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

[FRNT-595] fix Loader #174

Merged
merged 2 commits into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion build/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,15 @@ function getPlugins(name, { isEsm = false } = {}) {
},
}),
typescript: typescript({ tsconfig: 'tsconfig.json' }),
reactSvg: reactSvg(),
reactSvg: reactSvg({
svgo: {
plugins: [
{
removeViewBox: false,
},
],
},
}),
};
}

Expand Down
2 changes: 1 addition & 1 deletion src/static/icons/spinner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.