Skip to content

Webpack peer dependency: remove? #12

@james-criscuolo

Description

@james-criscuolo

I implemented this project in my webpack config with the latest webpack (3.1.0) only to find the peer dependency warning crop up. This normally wouldn't be an issue, but I do run my project through Travis, where it seems like these issues can't be ignored.

Webpack@3 is fairly new, but there was a previous PR to get webpack@2 included in the peer dependencies, and if I open one for 3, there's nothing stopping 4 from not working in the future.

Is it a justifiable solution to just remove the peer dependency, or make it more future-proof at least? Just make it like > 1 or something like that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions