These files should not be added
This commit is contained in:
12
build/javascript/node_modules/aes-decrypter/scripts/karma.conf.js
generated
vendored
12
build/javascript/node_modules/aes-decrypter/scripts/karma.conf.js
generated
vendored
@@ -1,12 +0,0 @@
|
||||
const generate = require('videojs-generate-karma-config');
|
||||
|
||||
module.exports = function(config) {
|
||||
|
||||
// see https://github.com/videojs/videojs-generate-karma-config
|
||||
// for options
|
||||
const options = {};
|
||||
|
||||
config = generate(config, options);
|
||||
|
||||
// any other custom stuff not supported by options here!
|
||||
};
|
||||
18
build/javascript/node_modules/aes-decrypter/scripts/rollup.config.js
generated
vendored
18
build/javascript/node_modules/aes-decrypter/scripts/rollup.config.js
generated
vendored
@@ -1,18 +0,0 @@
|
||||
const generate = require('videojs-generate-rollup-config');
|
||||
|
||||
// see https://github.com/videojs/videojs-generate-rollup-config
|
||||
// for options
|
||||
const options = {
|
||||
input: 'src/index.js',
|
||||
externals(defaults) {
|
||||
defaults.module.push('pkcs7');
|
||||
defaults.module.push('@videojs/vhs-utils');
|
||||
return defaults;
|
||||
}
|
||||
};
|
||||
const config = generate(options);
|
||||
|
||||
// Add additonal builds/customization here!
|
||||
|
||||
// export the builds to rollup
|
||||
export default Object.values(config.builds);
|
||||
Reference in New Issue
Block a user