UNPKG
videojs-shaka
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
video.js shaka player tech
github.com/davidjamesherzog/videojs-shaka
davidjamesherzog/videojs-shaka
videojs-shaka
/
scripts
/
postcss.config.js
10 lines
(6 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
generate =
require
(
'videojs-generate-postcss-config'
);
module
.
exports
=
function
(
context
) {
const
result =
generate
({}, context);
// do custom stuff here
return
result; };