Morgan Intrator

Results 31 comments of Morgan Intrator

Got the same problem. Only after minification

@mrassili sure. You're going to go to the trouble of using `glob`? I'd love someone to describe the vulnerability in more detail. Maybe with a short example.

That seems reasonable. @mrassili you can have it if you want. It might be a week or so before I'd have the time.

This is a nonissue if you do `` because of `t.isVariableDeclarator(path.parent)` [here](https://github.com/airbnb/babel-plugin-inline-react-svg/blob/master/src/index.js#L149). I could close this @ljharb but would love to get some idea of how you mean to configure...

Exactly. But also out of pure curiosity I tried the `overrides` configuration in my babelrc but can't get it to work. Any ideas?

Ok I've taken my `overrides` question to the babel slack group. Hopefully someone there can fill me in how this plugin gets applied even though webpack is only applied `babel-loader`...

@knoid I thought I'd cc you in regards to the inline require behavior.

Ok just [discussed this in babel slack](https://babeljs.slack.com/archives/C0DFJT81H/p1560795593172600) The `overrides` in babel won't apply because I can't `test` on svg files. Babel is only applied to javascript files and it transforms...

Not to sound overeager, but these sound like good reasons to me. Next I'd like to add a trailing comma. What do we need to do to keep the discussion...

Ok I have an updated version of the PR here: https://github.com/STRML/react-grid-layout/pull/1247 I'll look into tests. I'm thinking to copy example 15 and to copy the "droppability" test.