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

fix: svg-sprite-loader exception for "npm start" and bootstrap example #145

Merged
merged 3 commits into from
Feb 6, 2020
Merged

Conversation

sbusch
Copy link
Contributor

@sbusch sbusch commented Oct 11, 2019

Update bootstrap version to fix the error Module build failed: ExtractPluginMissingException: svg-sprite-loader exception. svg-sprite-loader in extract mode requires the corresponding plugin.

Fixes #99, and I also got the same error when running development preview via npm start. That is also fixes by this PR.

I also added Bootstrap-styled components (buttons) to illustrate the Bootstrap theming (and to test if example now correctly includes Bootstrap CSS)

…gException: svg-sprite-loader exception. svg-sprite-loader in extract mode requires the corresponding plugin

fixes #99

not only the published example was broken, I got the same error for development mode (npm start). This patch fixes that aswell
…te Bootstrap theming (and to test if example correctly includes Bootstrap CSS, see 811089c
@coveralls
Copy link

coveralls commented Oct 11, 2019

Coverage Status

Coverage remained the same at 91.279% when pulling fc0f9f3 on sbusch:master into 38a35fd on react-component:master.

@sbusch
Copy link
Contributor Author

sbusch commented Feb 4, 2020

Could you consider to merge this PR?

@afc163
Copy link
Member

afc163 commented Feb 4, 2020

image

@afc163 afc163 merged commit e8e5771 into react-component:master Feb 6, 2020
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.

bootstrap example doesn't work
3 participants