UNPKG
activator-oce-exporter
Version:
latest (0.9.1)
0.9.1
0.9.0
Extract Activator binder and convert it to valid OCE mono pacakge
activator-oce-exporter
/
test
/
activator
/
shared
/
postcss.config.js
8 lines
(6 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
autoprefixer
=
require(
'autoprefixer'
);
module
.
exports
= { plugins: [ autoprefixer, ], };