UNPKG
vc-tools
Version:
latest (3.0.0)
3.0.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
offline tools for vue component
github.com/vueComponent/tools
vueComponent/tools
vc-tools
/
lib
/
getAutoprefixer.js
10 lines
(7 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
const
autoprefixer =
require
(
'autoprefixer'
);
module
.
exports
=
function
(
) {
return
autoprefixer
({
remove
:
false
, }); };