Skip to content

Commit d734148

Browse files
authored
refactor: Remove @babel/runtime from production dependencies (#1777)
1 parent aa0003c commit d734148

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const watch = require('gulp-watch');
1212
const BUILD = process.env.PARSE_BUILD || 'browser';
1313
const VERSION = require('./package.json').version;
1414

15-
const transformRuntime = ["@babel/transform-runtime", {
15+
const transformRuntime = ["@babel/plugin-transform-runtime", {
1616
"corejs": 3,
1717
"helpers": true,
1818
"regenerator": true,

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"react-native": false
3030
},
3131
"dependencies": {
32-
"@babel/runtime": "7.20.13",
3332
"@babel/runtime-corejs3": "7.20.13",
3433
"idb-keyval": "6.2.0",
3534
"react-native-crypto-js": "1.0.0",

0 commit comments

Comments
 (0)