OnepointConsultingLtd / themis

Business rules versioning and deployment manager. A fullstack-JS web app
MIT License
2 stars 0 forks source link

Refactor webpack bundling and dev-serving #38

Closed sotiriosalpha closed 3 years ago

sotiriosalpha commented 3 years ago

The boilerplate was using a heavy webpack configuration: a fragile webpack-dll plugin and a heavy express prod- and dev- server. We need a lightweight , decoupled solution. Devserver shouldn't obstruct the prod-server and there's no need for dll-plugin since bundles are not that heavy in Themis

sotiriosalpha commented 3 years ago

we're done here. New webpack solution was deployed and is up and running fine. Bundle is smaller and deployment time is noticeable shorter! Closing for now