Content-Length: 296577 | pFad | http://github.com/matvp91/shaka-player-react/commit/ec18e73fc4da3656ba43242fc942e2b30bcf36a7
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09051a4 commit ec18e73Copy full SHA for ec18e73
rollup.config.js
@@ -17,7 +17,15 @@ const plugins = [
17
exclude: 'node_modules/**'
18
}),
19
resolve(),
20
- commonjs()
+ commonjs(),
21
+ copy({
22
+ targets: [
23
+ {
24
+ src: 'node_modules/shaka-player/dist/controls.css',
25
+ dest: 'dist'
26
+ }
27
+ ]
28
+ })
29
];
30
31
const builds = [];
@@ -43,14 +51,6 @@ if (process.env.DEV) {
43
51
},
44
52
plugins: [
45
53
...plugins,
46
- copy({
47
- targets: [
48
- {
49
- src: 'node_modules/shaka-player/dist/controls.css',
50
- dest: 'dist'
- }
- ]
- }),
54
serve({
55
open: true,
56
contentBase: 'dist'
Fetched URL: http://github.com/matvp91/shaka-player-react/commit/ec18e73fc4da3656ba43242fc942e2b30bcf36a7
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments