chore(curriculum): remove redundant babel plugin (#41869)

This commit is contained in:
Oliver Eyton-Williams
2021-04-20 18:42:43 +02:00
committed by GitHub
parent de8aae602e
commit 560517eb33
3 changed files with 0 additions and 8 deletions

View File

@@ -2,7 +2,6 @@
"presets": [ "env", "react", "stage-0" ],
"plugins": [
"transform-runtime",
"babel-plugin-add-module-exports",
"lodash"
]
}

View File

@@ -1792,12 +1792,6 @@
"babel-runtime": "^6.22.0"
}
},
"babel-plugin-add-module-exports": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz",
"integrity": "sha1-mumh9KjcZ/DN7E9K7aHkOl/2XiU=",
"dev": true
},
"babel-plugin-check-es2015-constants": {
"version": "6.22.0",
"resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",

View File

@@ -37,7 +37,6 @@
"@babel/register": "7.13.14",
"acorn": "8.1.1",
"acorn-jsx": "5.3.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-runtime": "6.23.0",