GoogleChromeLabs / webpack-libs-optimizations

Using a library in your webpack project? Here’s how to optimize it
Apache License 2.0
3.37k stars 111 forks source link

Templating languages: bundle just the runtime; fixes #15 #16

Closed danburzo closed 4 years ago

danburzo commented 6 years ago

Adds the tip as discussed in #15.

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers
danburzo commented 6 years ago

(I've also signed the Google CLA.)

googlebot commented 6 years ago

CLAs look good, thanks!

iamakulov commented 4 years ago

Thanks a lot for the PR! I took the liberty to split your text into two parts (one for handlebars, and one for ractive, to simplify finding matching libraries for repo visitors).

I also omitted Vue since, it seems, using vue-loader is just the default approach for Vue developers? (I’m not a Vue dev though so please correct me if I’m wrong!)