Skip to content

Path module in webpack config is not used after eject #1174

Closed
@harunhasdal

Description

@harunhasdal

Nodejs path module is not used in webpack.config.dev.js and webpack.config.prod.js after ejecting.

This results in ESLint warning for no-unused-var rule.

Activity

gaearon

gaearon commented on Dec 6, 2016

@gaearon
Contributor

Would you like to fix it? You can wrap its import in // @remove-on-eject-begin and // @remove-on-eject-end.

harunhasdal

harunhasdal commented on Dec 6, 2016

@harunhasdal
ContributorAuthor

Sure, creating a PR now.

added a commit that references this issue on Dec 6, 2016
a438f17
added a commit that references this issue on Dec 6, 2016
8076567
added a commit that references this issue on Jan 23, 2017
13067b5
added a commit that references this issue on May 8, 2017
6df9012
locked and limited conversation to collaborators on Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gaearon@harunhasdal

        Issue actions

          Path module in webpack config is not used after eject · Issue #1174 · facebook/create-react-app