Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MI-3414]: add support for svg in webpack config + update components #22

Open
wants to merge 5 commits into
base: MI-3413
Choose a base branch
from

Conversation

muazzamqazi
Copy link

@muazzamqazi muazzamqazi commented Aug 21, 2023

Testing steps

  1. run make dist on this branch on local. (this will create tar file in a dist folder)
  2. Navigate to https://mmdemo.brightscout.com/
  3. login
  4. Go to menu > system console > plugin management > Upload Plugin
  5. upload the generated .tar file.
  6. Test the ms teams sync

@manojmalik20 manojmalik20 changed the base branch from MI-3372 to MI-3413 September 19, 2023 11:21
{
test: /\.svg$/,
issuer: /\.[jt]sx?$/,
use: ['@svgr/webpack', 'url-loader'],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is removing the viewbox from the svgs in the plugin.
See the screenshot -
image

The viewbox is present in the mm-ui-library but is removed here.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants