07_00_加载资源(Webpack Book)

Loading Assets(加载资源)

In this part, you will learn how to load different types of assets using webpack’s loaders. Especially images, fonts, and JavaScript receive particular attention. You also learn how webpack’s loader definitions work.
在这部分,你将学习如何用Webpack的加载器加载不同类型的资源。尤其要对图片,字体和Javascript特别注意。你也能学习到Webpack的加载器定义是如何工作的。

相关推荐