Skip to content
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

webpack dev server hangs #10

Closed
Birowsky opened this issue Dec 20, 2016 · 5 comments
Closed

webpack dev server hangs #10

Birowsky opened this issue Dec 20, 2016 · 5 comments

Comments

@Birowsky
Copy link

Birowsky commented Dec 20, 2016

Running the webpack-dev-server hangs.

This is the last thing I see in the console:

[BABEL] Note: The code generator has deoptimised the styling of "unknown" as it exceeds the max of "100KB".

This is not a new message, i'm just noting the last thing i see.

My webpack version is 2.1.0-beta.25

I really wish i had any other info, but that's all i got. I'll make sure to answer any related questions you might have.

This is in my config:

{
  test: /critical.scss/,
  loader: ExtractTextPlugin.extract({
    fallbackLoader: 'style',
    loader: 'css!postcss!sass'
  })
}
@numical
Copy link
Owner

numical commented Dec 20, 2016

Have you worked through the step outlined in the Debugging section of README.md?

@Birowsky
Copy link
Author

Of course not :} I'll get back to ya

@Birowsky
Copy link
Author

It was caused by the ordering of the plugins. Not knowing that the plugin order matters, I added your plugin at the first place.

@numical
Copy link
Owner

numical commented Dec 21, 2016

Thanks for letting me know.
And - sorry - the plugin ordering was something I meant to mention in the README.md.
I will get that updated.

@Birowsky
Copy link
Author

No problemo. Thanx for the great tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants