Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,15 @@
# npx browserslist

> 0.5%
last 1 Chrome versions
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
last 2 versions
not dead
not op_mini all
not IE 9-11
not kaios 2.0-3.1
not and_qq 14.9
not and_uc 15.5
not op_mob 80
not opera 116-124
not opera 116-125
not samsung 27-29
not android 99-145
not chrome 109
not chrome 110-120
not chrome 109
1 change: 1 addition & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"fileReplacements": [
{
Expand Down
7 changes: 0 additions & 7 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ module.exports = function (config) {
}
},
reporters: ['progress', 'kjhtml', 'junit', 'coverage'],
preprocessors: {
// source files, that you wanna generate coverage for
// do not include tests or libraries
// (these files will be instrumented by Istanbul)
'src/**/*.js': ['coverage'],
'src/**/*.ts': ['coverage'],
},
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
Expand Down
Loading
Loading