-
Notifications
You must be signed in to change notification settings - Fork 38
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
Migrate nx to 15 #187
Comments
Would like to assign this to me. |
pleaase ensure nx-electron also gets updated |
@leaftail1880 I had to revert your PR. |
@mvdicarlo looks like main ovverided some package bumps. Ill look into it |
looked deeper into it. Original problem was related to caniuse lite, strict resolve of this module has helped. However, after running yarn start it does not shows icons. This is related to webpack dynamic import, or webpack version and/or plugins that have been changed after migrating and extracting managed webpack config to apps/postybirb-ui/webpack.config.js. Requires a lot of digging. |
https://github.com/mvdicarlo/postybirb/tree/users/mvdicarlo/v16 |
Dynamic icon importing is known issue and there is workarounds for that here However, i need to manually mix your solution and mine because we both applied some pathes (for mine thats eslintrc changes and test fixes). I can do that after a week, most likely on 9th october |
Ensure that react and electron migrate to 15 successfully and build in exe without white screen.
The text was updated successfully, but these errors were encountered: