UNPKG
plugin-light
Version:
latest (1.3.20)
1.3.20
1.3.19
1.3.13
1.3.12
1.3.9
1.2.61
1.2.58
1.2.22
1.1.37
1.1.23
Webpack 相关插件、Loader、基础配置及 CLI 命令
github.com/novlan1/uni-plugin-light
novlan1/uni-plugin-light
plugin-light
/
lib
/
loader
/
css-url-blank-space.prod.js
2 lines
(1 loc)
•
163 B
JavaScript
View Raw
1
2
"use strict"
;
String
.
prototype
.
replaceAll
=
function
(
e,r
){
return
this
.
replace
(
new
RegExp
(e,
"gm"
),r)},
module
.
exports
=
function
(
e
){
return
e.
replaceAll
(
",url"
,
", url"
)};