-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
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
Labels
No labels