-
Notifications
You must be signed in to change notification settings - Fork 191
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
Support for MultiCompilers #119
Comments
I imagine this one would require a bit of discussion before implementing. Namely, what would the expected behaviour be when running in multicompiler mode? Should Jarvis show multiple tabs in its display, each tab showing the output from each compiler? Or should Jarvis try and average out all of the data for each compiler, as if it's just running through 1 compiler? For now, as a workaround, if you wanted something closer to the separate tabs route, you could just make multiple Jarvis servers running on different ports, e.g.:
And then you should a Jarvis server for each compiler, running on http://localhost:1337 and http://localhost:1338 |
For my personal use it should be good to open 2 instances on different ports, but when i try to do it as you suggest the second one ovveride the first one.
But only port 1338 works. |
Just double checked, doing 2 server works for me. Are you sure you're not just having issues with the And when you say 1337 isn't working... what are you seeing exactly? Console errors in the terminal? Console errors in the dashboard? The server crashing? |
Yes, with only one instance of the plugin everything is working fine. |
Is it possible for you to share your whole webpack config? (or a subset of it which still exhibits the same issue) |
Sure, i can share a small subset, hope it will be useful:
plugins and pluginsCSS are arrays where i store various plugins as Jarvis. |
But how are the |
I edited the aswer to show you the declarations on the variables e how are populated. |
Hi! As the title says i would like to know if this plugin supports the multicompilers mode of webpack;
I have multiple entries but i can make this plugin works only for one.
Anyone can help me?
Thanks
The text was updated successfully, but these errors were encountered: