-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
v.1.1.1 throw error when accessing the page #447
Comments
The same issue is happening with the 1.1.0 version as well. |
Yes, i confirm this too. After updating to 1.1.1 from 1.0.2 i get the same error. |
Somebody can create reproducible test repo? |
here https://github.com/yyzclyang/style-loader-test-repo |
Problem in configuration, you should not use {
test: /\.scss$/,
use: [
isDev ? "style-loader" : MiniCssExtractPlugin.loader,
"css-loader",
"postcss-loader",
"sass-loader"
]
}, |
I will fix it for current version to avoid breaking change, but it doesn't work for next version |
thank you ! |
Expected Behavior
style-loader
operating normallyActual Behavior
After I upgraded from 1.0.2 to 1.1.1, webpack compiles, but I get an error (
Uncaught RangeError: Invalid array length
) when accessing the webpage.When I downgrade 1.0.2, it's fine.Code
How Do We Reproduce?
Stated in "Actual Behavior".
The text was updated successfully, but these errors were encountered: