-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path module in webpack config is not used after eject #1174
Labels
Comments
Would you like to fix it? You can wrap its import in |
Sure, creating a PR now. |
harunhasdal
pushed a commit
to harunhasdal/create-react-app
that referenced
this issue
Dec 6, 2016
harunhasdal
pushed a commit
to harunhasdal/create-react-app
that referenced
this issue
Dec 6, 2016
gaearon
pushed a commit
that referenced
this issue
Dec 6, 2016
alexdriaguine
pushed a commit
to alexdriaguine/create-react-app
that referenced
this issue
Jan 23, 2017
* Remove path module from webpack config on eject. Fixes facebook#1174 * Move path module inclusion right after the other imports Re: facebook#1174
randycoulman
pushed a commit
to CodingZeal/create-react-app
that referenced
this issue
May 8, 2017
* Remove path module from webpack config on eject. Fixes facebook#1174 * Move path module inclusion right after the other imports Re: facebook#1174
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Nodejs
path
module is not used inwebpack.config.dev.js
andwebpack.config.prod.js
after ejecting.This results in ESLint warning for
no-unused-var
rule.The text was updated successfully, but these errors were encountered: