Skip to content

Commit

Permalink
fix(FEC-13669): Aligning all repos with the latest kaltura-browsersli…
Browse files Browse the repository at this point in the history
…st-config to eliminate different browser target among repos (#260)

### Description of the Changes

Resolves FEC-13669

---------

Co-authored-by: JonathanTGold <jonathan.gold@86@gmail.com>
  • Loading branch information
JonathanTGold and JonathanTGold committed Jan 29, 2024
1 parent 0e37a2e commit b4b38a3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 25 deletions.
10 changes: 4 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
Please add a detailed description of the change, whether it's an enhancement or a bugfix.
If the PR is related to an open issue please link to it.

### CheckLists
**Issue:**

- [ ] changes have been done against master branch, and PR does not conflict
- [ ] new unit / functional tests have been added (whenever applicable)
- [ ] test are passing in local environment
- [ ] Travis tests are passing (or test results are not worse than on master branch :))
- [ ] Docs have been updated
**Fix:**

#### Resolves FEC-[Please add the ticket reference here]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime": "^7.23.6",
"@microsoft/api-extractor": "^7.38.0",
"@playkit-js/browserslist-config": "^1.0.8-canary.0-f5791c1",
"@playkit-js/browserslist-config": "1.0.8",
"@playkit-js/playkit-js": "canary",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
Expand Down
14 changes: 0 additions & 14 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
const webpack = require('webpack');
const path = require('path');
const packageData = require('./package.json');
const TerserPlugin = require('terser-webpack-plugin');

module.exports = (env, { mode }) => {
return {
entry: './src/index.ts',
optimization: {
minimize: mode !== 'development',
minimizer: [
new TerserPlugin({
extractComments: false,
terserOptions: {
format: {
comments: false
}
}
})
]
},
devtool: 'source-map',
module: {
rules: [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1170,10 +1170,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@playkit-js/browserslist-config@^1.0.8-canary.0-f5791c1":
version "1.0.8-canary.0-f5791c1"
resolved "https://registry.yarnpkg.com/@playkit-js/browserslist-config/-/browserslist-config-1.0.8-canary.0-f5791c1.tgz#1bfea3cc970b6bc4b6d1696209f2bde72aeb3518"
integrity sha512-k3MsLvGuuf1Kben5GwkPx5weXEgYCgRPnt6ApMJ3y80paY/obU3DC+lmfeert/I2IEzQBlPWMVvtZKQH8KG9/w==
"@playkit-js/browserslist-config@1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@playkit-js/browserslist-config/-/browserslist-config-1.0.8.tgz#735256ba560063d397d4b8776acb865e8697a287"
integrity sha512-BeiDM72c6GP8dZ6b2qScEpxT4sGECIJzjVGsanaTvXeFOkw3MoplAyz6HPKdrcLmidcinSl4yna5Yc9/ObwZow==

"@playkit-js/playkit-js@canary":
version "0.84.2-canary.0-cceb0c7"
Expand Down

0 comments on commit b4b38a3

Please sign in to comment.