-
Notifications
You must be signed in to change notification settings - Fork 83
--require and -r options are broken #140
Comments
Resolved in 9ef5b29 |
Thank you @shellscape! |
Awesome - thank you both ❤️ |
Thank you for the hard work ! |
@alexperrault no, sorry. Please have patience. |
Hi @shellscape! Is there anything I can help with? |
Nope. https://github.com/webpack-contrib/webpack-serve/commits/master (and the PR that resolved this is displayed hovering directly above your last reply in this thread) |
Oh, I know it was merged 😋 |
@jdalton that's just a passive-aggressive alternative to asking when the release will be published. please refrain from that in the future, it is not welcome. |
Reposting as a new issue from #138 (comment):
Ok, after digging into this a bit the issue does appear to be a
webpack-serve
issue.webpack-serve
receives the-r
or--require
asoptions.flags
but then does not pass them off toconfig-loader
which expects aoptions.require
.Receiving as
options.flags
webpack-serve/cli.js
Lines 71 to 74 in f7842c4
Still
options.flags
webpack-serve/lib/options.js
Lines 59 to 62 in f7842c4
Passing to
config-loader
asoptions.require
webpack-serve/lib/config.js
Lines 60 to 86 in f7842c4
The text was updated successfully, but these errors were encountered: