Skip to content

Commit

Permalink
Some Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxCouncil committed Mar 19, 2024
1 parent bcef492 commit 63f0fe0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"version": "7.6.3"
},
"browserslist": [
"defaults",
"ie 11"
"defaults"
],
"scripts": {
"prebuild": "npm run clean",
Expand Down Expand Up @@ -103,7 +102,7 @@
"jsdoc": "^3.6.6",
"karma": "^6.3.2",
"postcss-cli": "^8.3.1",
"rollup": "^2.44.0",
"rollup": "^2.79.1",
"sinon": "^10.0.0",
"videojs-generate-karma-config": "^8",
"videojs-generate-postcss-config": "^3",
Expand Down
6 changes: 5 additions & 1 deletion scripts/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ const generate = require('videojs-generate-rollup-config');

// see https://github.com/videojs/videojs-generate-rollup-config
// for options
const options = {};
const options = {
ouput: {
format: 'es',
}
};
const config = generate(options);

// Add additonal builds/customization here!
Expand Down

0 comments on commit 63f0fe0

Please sign in to comment.