Skip to content
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

pixijs component not rendered in dev mode #392

Closed
nphias opened this issue Sep 24, 2019 · 4 comments
Closed

pixijs component not rendered in dev mode #392

nphias opened this issue Sep 24, 2019 · 4 comments
Labels

Comments

@nphias
Copy link

nphias commented Sep 24, 2019

all works fine except for my pixi.js (webgl) module..
post built it works fine and is rendered (electron & electron.local)
but in start mode (hot reload).. i see nothing
I guess that i need to do some custom webpack configuration to be able to render pixi in electron-reload / serve mode?... where is the webpack.config file?
it could be that i need to use ChangeDetectorRef as in the other issue about things being compiled and not being rendered. (#391 (comment))
also to note i am using ngzone.runOutsideAngular for pixi (if that makes any difference)
and all my modules are in devDependencies.

@stale
Copy link

stale bot commented Oct 26, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 26, 2019
@stale stale bot closed this as completed Nov 2, 2019
@CCourbet
Copy link

Same issue here with another module, did you find a solution?
Thanks

@nphias
Copy link
Author

nphias commented Nov 25, 2019

Same issue here with another module, did you find a solution?
Thanks

yes found another repo for electron-angular-webpack ... works well for dev testing
https://github.com/lbassin/electron-angular-webpack
(its updated to ng 8)

@CCourbet
Copy link

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants