-
Notifications
You must be signed in to change notification settings - Fork 25
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
Build / transpile everything on npm build
#446
Comments
I'd say this sort of depends on #414. It's silly to implement a new build pipeline using an obsolete Webpack. |
Yeah, so this should be ready to be done now! |
Would this be easiest for @akx to implement as he already has the knowledge of the current implementation? It will take me quite some time to understand what is going on here... |
Probably @vikoivun has the best understanding of how we want to get the static build up to date now. |
@vikoivun so, what may be your preference ? The yarn start already transpiles everything into |
kerrokantasi-ui will have minimal server side rendering for FB. So the build only needs to be neat and clean. It would be nice if "production mode" would serve all client side stuff from previously processed files. Ie. it should start fast. |
Well, this is a big thing. But should be done if there is time. |
Currently a very large swath of build stuff happens on the first run of node server. Causing major downtime on upgrades.
Most everything should be done on
npm build
.The text was updated successfully, but these errors were encountered: