We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f845cf commit 9fef6e9Copy full SHA for 9fef6e9
1 file changed
rollup.esm.config.js
@@ -113,9 +113,8 @@ module.exports = {
113
name: 'copy-assets',
114
writeBundle() {
115
const schemaSrc = path.join(__dirname, 'src/config/configSchema.json');
116
- const schemaDest = path.join(outDir, 'config/configSchema.json');
+ const schemaDest = path.join(outDir, 'schema.json');
117
if (existsSync(schemaSrc)) {
118
- mkdirSync(path.dirname(schemaDest), { recursive: true });
119
copyFileSync(schemaSrc, schemaDest);
120
}
121
const cssSrc = path.join(__dirname, 'dist/cld-video-player.min.css');
0 commit comments