Skip to content

Commit

Permalink
🤖 config(babel): Initial formatting.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/babel:format.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Dec 21, 2021
1 parent e9a8f50 commit 4be4271
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
],
"env": {
"test": {
"sourceMaps": "inline",
"presets": [
"babel-preset-power-assert"
],
Expand All @@ -117,10 +118,10 @@
]
}
]
],
"sourceMaps": "inline"
]
},
"development": {
"sourceMaps": "inline",
"presets": [
"babel-preset-power-assert"
],
Expand All @@ -135,10 +136,10 @@
]
}
]
],
"sourceMaps": "inline"
]
},
"production": {
"sourceMaps": "inline",
"plugins": [
"babel-plugin-unassert",
[
Expand All @@ -151,8 +152,7 @@
]
}
]
],
"sourceMaps": "inline"
]
}
}
},
Expand Down

0 comments on commit 4be4271

Please sign in to comment.