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/b30cf223897adb74ca4a854799d50b21d7e1959d/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 4, 2022
1 parent bf31335 commit 2efbae5
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 @@ -87,6 +87,7 @@
],
"env": {
"test": {
"sourceMaps": "inline",
"presets": [
"babel-preset-power-assert"
],
Expand All @@ -101,10 +102,10 @@
]
}
]
],
"sourceMaps": "inline"
]
},
"development": {
"sourceMaps": "inline",
"presets": [
"babel-preset-power-assert"
],
Expand All @@ -119,10 +120,10 @@
]
}
]
],
"sourceMaps": "inline"
]
},
"production": {
"sourceMaps": "inline",
"plugins": [
"babel-plugin-unassert",
[
Expand All @@ -135,8 +136,7 @@
]
}
]
],
"sourceMaps": "inline"
]
}
}
}
Expand Down

0 comments on commit 2efbae5

Please sign in to comment.