-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds support for using rmp-vast in Flutter apps for mobile with webview_flutter plugin - Updates to eslint 9.3.0 and flat config - Adds debugRawConsoleLogs setting to enable raw debug console logs for Flutter apps and legacy platforms - Removes calls to Logger class for minified files - Rewrites test to build CTRF report - Adds test:patch script for patch releases - Prints meaningful warning to console with production builds - Moves tracking.js and utils.js files to src/js/helpers folder
- Loading branch information
1 parent
39470fa
commit f96f209
Showing
180 changed files
with
23,817 additions
and
4,620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
"corejs": 3, | ||
"helpers": true, | ||
"regenerator": true, | ||
"version": "^7.21.4" | ||
"version": "^7.24.6" | ||
} | ||
] | ||
] | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.