-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
version 2.0 issue with output.path #473
Comments
Ok, so I worked around it by using |
Sounds like the same as webpack/webpack#2376... can you try that patch and see if it fixes it? |
Thanks for looking into this @LegNeato! Unfortunately it doesn't appear to solve my issue :-( https://github.com/kentcdodds/es6-todomvc/pull/2/files |
Ah, darn...the symptoms sounded a bit similar :-( |
Hey @kentcdodds, I think this is actually a dupe of #337. It seems that the CLI does something like Could you confirm this? |
Hi @SpaceK33z! It's been a while, and I got it working eventually. I'm thinking this is a dupe of #337, so I'm going to close this one. Thanks! |
I'm using
[email protected]
(latest beta) and[email protected]
and having trouble withoutput.path
. I setoutput.path
to adist
directory. When I runwebpack
. The bundle gets generated and placed in thedist
directory as expected. But when I runwebpack-dev-server
the bundle is served from the root (as if nooutput.path
is specified). Any ideas?Here's a repo that reproduces the issue.
Here's the
webpack.config.js
:Here's a gif demonstrating the issue:
Let me know if you need any more information. I'm in the process of creating a video course about Webpack and I'll be using Webpack 2. I'd really like this to work. Help is definitely appreciated! Let me know if there's anything I can do! Happy to submit a PR with a little direction.
The text was updated successfully, but these errors were encountered: