Skip to content

webpack dev server hangs #10

@Birowsky

Description

@Birowsky

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'
  })
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions