-
Notifications
You must be signed in to change notification settings - Fork 331
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
mini-css-extract-plugin failing when biuilding #473
Comments
Which version of webpack does The minimum required version for this plugin is |
- next 6.1.1-canary.5 - nwb 0.23.0 - react-tree-walker 4.3.0 - stats-webpack-plugin 0.7.0 - webpack-bundle-analyzer 3.0.2 next@6.1.1-canary.5 is required because nwb has been updated to webpack 4, causing these issues: - webpack-contrib/mini-css-extract-plugin#69 - insin/nwb#473 - https://github.com/zeit/next.js/releases/tag/6.1.1-canary.3 is the first version with webpack 4 and 6.1.2 still uses webpack 3...
* Use Node.js LTS (8.12.0) * Update standard 12.0.1 * Dependency version bumps: - isomorphic-unfetch 2.1.1 - lodash 4.17.11 - react 16.5.0 - react-dom 16.5.0 - sanitize-html 1.19.0 * Dependency version bumps: - next 6.1.1-canary.5 - nwb 0.23.0 - react-tree-walker 4.3.0 - stats-webpack-plugin 0.7.0 - webpack-bundle-analyzer 3.0.2 next@6.1.1-canary.5 is required because nwb has been updated to webpack 4, causing these issues: - webpack-contrib/mini-css-extract-plugin#69 - insin/nwb#473 - https://github.com/zeit/next.js/releases/tag/6.1.1-canary.3 is the first version with webpack 4 and 6.1.2 still uses webpack 3...
I am still getting this issue with nwb v0.23.0, because it seems the mini-css-extract-plugin is still not working on 4.16: webpack-contrib/mini-css-extract-plugin#69 (comment) I think releasing a version with the latest version of webpack is the way to fix this. |
hello, before all great job 👏
This issue is a:
I just update to
0.23.0
recently and foundnwb build-react-component --copy-files
fails building with error: TypeError: Cannot destructure propertycreateHash
of'undefined'
or'null'
I just rolled back to previous working version
0.21.x
and everything working again 😃this is an issue related to
mini-css-extract-plugin
failing for differentwebpack
versions and reported on webpack-contrib/mini-css-extract-pluginseems to be fixed updating
webpack
😃thanks again and hope this to be an easy one 😉
The text was updated successfully, but these errors were encountered: