css-file-loader:从CSS中的链接克隆资源,例如图像,字体..

时间:2024-06-05 08:31:07
【文件属性】:

文件名称:css-file-loader:从CSS中的链接克隆资源,例如图像,字体..

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-05 08:31:07

css webpack webpack-plugin webpack-loader webpack4

CSS文件加载器 安装 npm i --save-dev css-file-loader 这个怎么运作 该加载器克隆从css文件引用的文件(图像,字体...),例如url (./image.png) 。 . selector { background : url (. / img.png) no-repeat -122 px -293 px ; width : 16 px ; } 它将被替换 . selector { background : url ([options.publicPath] / [file hash].png) no-repeat -122 px -293 px ; /*For example url(http://localhost/ad31..2a.png) */ width : 16 px ; } 和[file


【文件预览】:
css-file-loader-master
----.gitignore(19B)
----package.json(592B)
----package-lock.json(4KB)
----src()
--------index.js(2KB)
--------utils.js(744B)
----LICENSE(1KB)
----README.md(2KB)

网友评论