-
-
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
Debug breaks on current release candidate #718
Comments
What exactly do you suggest I can do with that here? |
Hey @SpaceK33z I put it here as an intended reference for other users using |
Sure, thanks for sharing, but this is really a configuration issue. You shouldn't let babel-loader search in all Either use babel-loader with an {
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel-loader',
}, |
Hey @SpaceK33z I have that already (which you can see in SO issue), from what I can tell from the linked |
I really doubt that, webpack-dev-server doesn't even "know" about Babel, it doesn't have it as dependency nor does it do anything with Babel. In your StackOverflow question I saw you doing |
I will double check tonight when I get home but all of my other excludes have been handled like that and appear to be working, will let you know. |
Hey @SpaceK33z only just got back to this today, looks like you were spot on about the Cheers. |
Using:
v2.2.0-rc.0
Do you want to request a feature or report a bug?
Was originally a bug posted here but is relevant to all
rc
users.If the current behavior is a bug, please provide the steps to reproduce.
There is currently an issue with the
debug
module which has been fixed on master but not officially released yet.It prevents the sever from running correctly with the following output:
To fix in the meantime you can add this to your
package.json
:What is the expected behavior?
For the server to run without breaking.
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention your webpack and Operating System version.
Using webpack
v2.2.0-rc.0
and Ubuntu 16.04.The text was updated successfully, but these errors were encountered: