Skip to content
Open
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
34 changes: 11 additions & 23 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,44 +1,32 @@
{
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"targets": {
"browsers": [
"safari >= 7",
"ie 9"
]
}
"ie": "11"
},
"bugfixes": true,
"modules": false
}
]
],
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-json-strings",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
"@babel/plugin-proposal-function-sent",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-logical-assignment-operators",
"@babel/plugin-proposal-optional-chaining",
[
"@babel/plugin-proposal-pipeline-operator",
"@babel/plugin-proposal-class-properties",
{
"proposal": "minimal"
"loose": true
}
],
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-do-expressions",
"@babel/plugin-proposal-function-bind"
"@babel/plugin-proposal-export-default-from"
]
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ For example instead of `react-ziggeo: "4.x.x"` you can use `react-ziggeo: "path_
<br/>
NOTE: ZiggeoAudioRecorder/ZiggeoAudioPlayer could be work only after [upgrading](https://github.com/Ziggeo/react-ziggeo#upgrade-ziggeo-sdk) to the higer or equal `[email protected]`

NOTE: We have done some of the steps above for you, including addition of the new parameters, events and methods in another branch of this repository. If you are interested you can check it at https://github.com/Ziggeo/react-ziggeo/tree/latest-branch

## Video Recorder

```$xslt
Expand Down
Binary file removed build/0681a48a7635215e99546cd3d3c9b83c.eot
Binary file not shown.
Binary file removed build/7931a455ff01e1a2f95b669a9283c6a7.eot
Binary file not shown.
3 changes: 3 additions & 0 deletions build/index.es5.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions build/index.es5.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* react-ziggeo - Ziggeo's react component for easy react application deployment
* @version v4.6.2
* @author Ziggeo Inc
* @link https://ziggeo.com
* @license Apache-2.0
* @ziggeo-sdk ~2.43.3
*/
1 change: 1 addition & 0 deletions build/index.es5.js.map

Large diffs are not rendered by default.

Loading