A Detailed Introduction to Webpack
Webpack is a powerful tool that bundles your app source code efficiently and loads that code from a server into a browser. (more…)
Read more »I set up continuous deployment of a webpack app with tests in Jest hosted on Firebase using GitHub and Travis CI. Deploys to the DEV environment are done on every commit to master. Deploys to the… Read more