Let's test this:
- Just run the application with npm start. If you look at the HTML, you will see that it's automatically being injected into the vendor.js and main.js bundles:
- If you look at the Network tab, you can see the size of the files:
- If you run the application with the production mode, you will notice that the bundles are smaller. Run the npm run start-production command:
- With this optimization, we are reducing ...