We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried the following webpack configs (both client and server) :
module.exports = { stats: { children: false }, // other settings }
and
module.exports = { stats: 'errors-only', // other settings }
I also tried this workaround, but it did'n work.
My package.json:
package.json
"devDependencies": { "webpack": "^3.10.0", "extract-css-chunks-webpack-plugin": "^2.0.18" }
Log/stats example:
Child extract-text-webpack-plugin: [./node_modules/css-loader/index.js?{"modules":true,"localIdentName":"[name]__[local]--[hash:base64:5]"}!./node_modules/stylus-loader/index.js!./client/components/Bar/Bar.styl] ./node_modules/css-loader?{"modules":true,"localIdentName":"[name]__[local]--[hash:base64:5]"}!./node_modules/stylus-loader!./client/components/Bar/Bar.styl 535 bytes {0} [built] [./node_modules/css-loader/lib/css-base.js] ./node_modules/css-loader/lib/css-base.js 2.26 kB {0} [built] Child extract-text-webpack-plugin: [./node_modules/css-loader/index.js?{"modules":true,"localIdentName":"[name]__[local]--[hash:base64:5]"}!./node_modules/stylus-loader/index.js!./client/components/Bar/index.styl
The text was updated successfully, but these errors were encountered:
I found a solution. webpack-contrib/extract-text-webpack-plugin#35 (comment)
Thanks
Sorry, something went wrong.
@fernandojunior Could you please add your solution?
If this is a common need, somebody can PR a what and why to the repo and I’ll read it over + merge it :)
No branches or pull requests
I tried the following webpack configs (both client and server) :
and
I also tried this workaround, but it did'n work.
My
package.json
:Log/stats example:
The text was updated successfully, but these errors were encountered: