Oskar

Results 31 comments of Oskar

I tried to use relative url also as described above import Logo from '../assets/logo.svg'; // I tried this as well with this module (corre it also lives inside the same...

@andrecalvo nope no other loaders targeting `.svg` in `webpack.config.js`

Ah or I kept `babel-loader'` for it because this approach seems to rely on babel? maybe that was wrong.. will have to re-test this in the next sprint(s) when I...

We modified a svgs colors but the log only shows "File content is the same, doing nothing"

Would be good if there was a work-around for now to "Always upload files". We have uploaded CMS assets so I cannot use "dangerous-clean-slate" because I think that will remove...

we had a ton of vcs repos pointing to different private github repos, I simply removed most of them added a packagist url to those, tried install again, then it...

It didn't for me, no reason to keep spamming the same answer as siduke000 @Marks-1 @felipeescorel it's already written here, write something useful if you write something

All svg files you use might not be 200 KB combined :P

Tip to others before using this. If you convert inline styles to React/jsx inline styles and avoid or move `` styling to separate css files then you could use this...

I think this 'wrap' case is what 99% of people would want rather than the 'vertical' or 'horizontal' but we cannot include it in code? We're using it to simply...