Skip to content

Commit

Permalink
Drop most babel transforms (OctoLinker#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored and stefanbuck committed Nov 9, 2017
1 parent 51195b3 commit d903810
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
25 changes: 2 additions & 23 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
{
"plugins": [
[
"transform-runtime",
{
"helpers": false,
"polyfill": false
}
],
["transform-react-jsx", { "pragma": "h" }],
"transform-object-rest-spread"
],
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 3 Chrome versions",
"last 3 Firefox versions",
"last 3 Opera versions"
]
}
}
]
"transform-object-rest-spread",
["transform-react-jsx", { "pragma": "h" }]
]
}
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
parser: 'babel-eslint',
extends: ['airbnb', 'prettier'],
plugins: ['prettier', 'react', 'mocha'],
env: {
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"dependencies": {
"JSONPath": "^0.11.2",
"babel-runtime": "^6.26.0",
"builtins": "^1.0.3",
"chrome-promise": "^2.1.1",
"concat-map": "^0.0.1",
Expand Down Expand Up @@ -51,12 +50,9 @@
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"chrome-launch": "^1.1.4",
"chrome-webstore-upload-cli": "^1.1.1",
"copy-webpack-plugin": "^4.1.0",
Expand Down

0 comments on commit d903810

Please sign in to comment.