-
-
Notifications
You must be signed in to change notification settings - Fork 71
Cannot read property 'outputOptions' of undefined #66
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
Comments
Please use issue template |
Hi, I have the same problem after I abandoned the isomorphic style loader and added a mini css extract pluginin css config: `import autoprefixer from 'autoprefixer'; warmup({}, [MiniCssExtractPlugin.loader, 'css-loader', 'postcss-loader']);
], export default css; |
Similar error originates here, in the case of css modules. https://github.com/webpack-contrib/css-loader/blob/v6.2.0/src/utils.js#L530 The |
How's going? |
1 similar comment
How's going? |
Try to use "css-loader": "1.0.1" and "thread-loader": "^3.0.4" |
Fixed |
Compile prompt me:
Module build failed: Thread Loader (Worker 0)
Cannot read property 'outputOptions' of undefined
at PoolWorker.fromErrorObj(...)
The text was updated successfully, but these errors were encountered: