Skip to content

Commit

Permalink
Merge pull request #10 from rajeevkumar-nr/NR-320035-updating-shaka-t…
Browse files Browse the repository at this point in the history
…racker

NR-320035- Updating Video-Shaka-Js
  • Loading branch information
asllop authored Oct 7, 2024
2 parents a00b9d6 + dbf3c29 commit 0341b50
Show file tree
Hide file tree
Showing 13 changed files with 8,042 additions and 4,315 deletions.
7 changes: 5 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["env"]
}
"presets": [
"@babel/preset-env"
],
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## Unreleased
## [0.3.0] - 2024/10/07
### Update
- Upgraded Shaka Player version `4.11.2`.

## [0.2.0] - 2017/11/28
### Lib
Expand Down
4 changes: 4 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
presets: ["@babel/preset-env"],
plugins: ["@babel/plugin-transform-modules-commonjs"],
};
10 changes: 10 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
testEnvironment: "node",
moduleFileExtensions: ["js", "jsx"],
transform: {
"^.+\\.jsx?$": "babel-jest",
},
transformIgnorePatterns: ["node_modules/(?!@shotgunjed)/"],

testMatch: ["**/__tests__/**/*.js?(x)", "**/?(*.)+(spec|test).js?(x)"],
};
Loading

0 comments on commit 0341b50

Please sign in to comment.