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
/
postcssConfig.js
8 lines
(5 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
autoprefixer =
require
(
'./getAutoprefixer'
)();
module
.
exports
=
function
(
) {
return
[autoprefixer]; };