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
/
vue-directive.prod.js
2 lines
(1 loc)
•
246 B
JavaScript
View Raw
1
2
"use strict"
;
var
e=
require
(
"loader-utils"
);
module
.
exports
=
function
(
t
){
return
function
(
e,t
){
if
(!t.
length
)
return
e;
var
r=
new
RegExp
(
"(?<=<[^<]+)v-"
.
concat
(t.
join
(
"|"
),
"=?[^\\s]*"
),
"g"
);
return
e.
replace
(r,
""
)}(t,(e.
getOptions
(
this
)||{}).
list
||[])};