Skip to content

Commit

Permalink
Merge pull request #117 from tonlabs/0.24.0-remove-babel-runtime
Browse files Browse the repository at this point in the history
remove babel runtime
  • Loading branch information
melsomino authored May 21, 2020
2 parents bd6569d + 68349f0 commit 3c211f8
Show file tree
Hide file tree
Showing 8 changed files with 521 additions and 437 deletions.
6 changes: 5 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ const plugins = [
['@babel/plugin-transform-async-to-generator'],
['@babel/plugin-transform-block-scoping'],
['@babel/plugin-transform-classes'],
['@babel/plugin-transform-runtime'],
];

module.exports = {
presets,
plugins,
env: {
test: {
plugins: ["@babel/plugin-transform-runtime"]
}
}
};
128 changes: 77 additions & 51 deletions dist/TONClient.js

Large diffs are not rendered by default.

51 changes: 18 additions & 33 deletions dist/TONModule.js

Large diffs are not rendered by default.

90 changes: 54 additions & 36 deletions dist/modules/TONConfigModule.js

Large diffs are not rendered by default.

269 changes: 139 additions & 130 deletions dist/modules/TONContractsModule.js

Large diffs are not rendered by default.

154 changes: 81 additions & 73 deletions dist/modules/TONCryptoModule.js

Large diffs are not rendered by default.

257 changes: 146 additions & 111 deletions dist/modules/TONQueriesModule.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@babel/plugin-transform-async-to-generator": "7.8.3",
"@babel/plugin-transform-block-scoping": "7.8.3",
"@babel/plugin-transform-classes": "7.9.5",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-flow": "7.9.0",
"@babel/preset-react": "7.9.4",
Expand All @@ -79,7 +79,6 @@
"websocket": "1.0.31"
},
"dependencies": {
"@babel/runtime": "7.8.3",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link": "1.2.13",
Expand Down

0 comments on commit 3c211f8

Please sign in to comment.