llorentegerman / simple-flexbox

A simple way to make responsive layouts using Flexbox in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack in prod dependencies

p-somers opened this issue · comments

Can webpack be moved to dev-dependencies? This is causing issues in my project which uses a newer version of react

@llorentegerman please consider this issue, OSS scanning tools consider all the transitive dependencies of webpack as being shipped code which results in a large number of false-positive alerts being raised.

@jc-hcl are you using the latest version of this package? (v2.3.3)

Was checking back on this defect and PR which were open, but can see it's been fixed in the 2.3.3 release, many thanks!