-
Notifications
You must be signed in to change notification settings - Fork 1.3k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[TOOLING]: Better webpack configurations #6964
Comments
@unlikelyzero @ozyx I'm interested in your opinion of your production build. Do you need specific file endings/naming, or am I free to add minification and changes to the generated dist folder? |
Also forgot to mention, but the welcoming vibes from you on this project is very chill! Thank you! 🇺🇸 |
@evenstensberg interested to learn what all you can recommend. minification would be great. What sort of |
@unlikelyzero In the first iteration, I'd like to generate a good dist structure that groups images, js, html etc into respective folders. In addition to that, enable minification as far as possible without breaking your development flow. The reason why I was curious about it, was that I ought to think that you use a simple prod configuration so that bug tracking is easier. In production you cant easily debug since the generated source map is of another type. Did that make sense? |
Relative #6120 |
@unlikelyzero How do you serve the OpenMCT application to consume? Do you have apache/nginx or do you just run webpack dev server? |
https://github.com/scottbell/openmct-quickstart is our first attempt at publishing some of the best practices when using Apache @evenstensberg |
@unlikelyzero okay. Reason for asking is, that if you either spin up a express server with openmct, you can achieve some good performance benchmarks. Atm openmct is bundled to one file that is imported by your consumers, and naturally the size of the application will take longer to load. |
The goal is to run this collection of performance tests https://github.com/unlikelyzero/openmct-performance Against the OpenMCT-quickstart repo within 2 weeks. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Summary
Thread for discussing webpack configurations
The text was updated successfully, but these errors were encountered: