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/d09fbf6436be892b61bbe02454e1d7d7229c50d8/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 Sep 10, 2022
1 parent 8b91117 commit a284db4
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 @@ -90,6 +90,7 @@
],
"env": {
"test": {
"sourceMaps": "inline",
"presets": [
"babel-preset-power-assert"
],
Expand All @@ -104,10 +105,10 @@
]
}
]
],
"sourceMaps": "inline"
]
},
"development": {
"sourceMaps": "inline",
"presets": [
"babel-preset-power-assert"
],
Expand All @@ -122,10 +123,10 @@
]
}
]
],
"sourceMaps": "inline"
]
},
"production": {
"sourceMaps": "inline",
"plugins": [
"babel-plugin-unassert",
[
Expand All @@ -138,8 +139,7 @@
]
}
]
],
"sourceMaps": "inline"
]
}
}
}
Expand Down

0 comments on commit a284db4

Please sign in to comment.