We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
Nodejs path module is not used in webpack.config.dev.js and webpack.config.prod.js after ejecting.
path
webpack.config.dev.js
webpack.config.prod.js
This results in ESLint warning for no-unused-var rule.
no-unused-var
Would you like to fix it? You can wrap its import in // @remove-on-eject-begin and // @remove-on-eject-end.
// @remove-on-eject-begin
// @remove-on-eject-end
Sure, creating a PR now.
Remove path module from webpack config on eject.
Move path module inclusion right after the other imports
Remove path module from webpack config on eject. (#1175)
Remove path module from webpack config on eject. (facebook#1175)
Activity
gaearon commentedon Dec 6, 2016
Would you like to fix it? You can wrap its import in
// @remove-on-eject-begin
and// @remove-on-eject-end
.harunhasdal commentedon Dec 6, 2016
Sure, creating a PR now.
Remove path module from webpack config on eject.
Move path module inclusion right after the other imports
Remove path module from webpack config on eject. (#1175)
Remove path module from webpack config on eject. (facebook#1175)
Remove path module from webpack config on eject. (facebook#1175)