Content-Length: 296577 | pFad | http://github.com/matvp91/shaka-player-react/commit/ec18e73fc4da3656ba43242fc942e2b30bcf36a7

50 bugfix: Copy over controls.css from the shaka-player build. · matvp91/shaka-player-react@ec18e73 · GitHub
Skip to content

Commit ec18e73

Browse files
committed
bugfix: Copy over controls.css from the shaka-player build.
1 parent 09051a4 commit ec18e73

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

rollup.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@ const plugins = [
1717
exclude: 'node_modules/**'
1818
}),
1919
resolve(),
20-
commonjs()
20+
commonjs(),
21+
copy({
22+
targets: [
23+
{
24+
src: 'node_modules/shaka-player/dist/controls.css',
25+
dest: 'dist'
26+
}
27+
]
28+
})
2129
];
2230

2331
const builds = [];
@@ -43,14 +51,6 @@ if (process.env.DEV) {
4351
},
4452
plugins: [
4553
...plugins,
46-
copy({
47-
targets: [
48-
{
49-
src: 'node_modules/shaka-player/dist/controls.css',
50-
dest: 'dist'
51-
}
52-
]
53-
}),
5454
serve({
5555
open: true,
5656
contentBase: 'dist'

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/matvp91/shaka-player-react/commit/ec18e73fc4da3656ba43242fc942e2b30bcf36a7

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy