frontend-lessons / webpack-advanced

Cómo crear un proyecto webpack avanzado (con code-splitting, aliasing, optimización, crossbrowser y multiple entries)
MIT License
0 stars 0 forks source link

Convert bootstrap dependencies into CDN scripts #14

Open temple opened 4 years ago

temple commented 4 years ago

Summary

Explore cdn-webpack-plugin and dynamic-cdn-webpack-plugin in order to produce a production environment where libraries are now bundled when they are available through CDN.
Setting this environment will imply manually state the libraries url at CDN, and later on in a automated manner.

Resources