Continuous deployment of a webpack app to multiple environments using Travic CI

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

Similar

What Problem Does Webpack Solve?

Why do we need a module bundler like Webpack? What even is a module bundler? When I first started coding I was wondering the same thing. Surely it is as simple as just putting your Javascript code in a browser? (more…)

Read more »