Skip to content

Commit f2c0eff

Browse files
🤖 config(babel): Enable sourceMaps files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 32d7fa0 commit f2c0eff

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@
147147
]
148148
}
149149
]
150-
],
151-
"sourceMaps": "inline"
150+
]
152151
},
153152
"development": {
154153
"presets": [
@@ -165,8 +164,7 @@
165164
]
166165
}
167166
]
168-
],
169-
"sourceMaps": "inline"
167+
]
170168
},
171169
"production": {
172170
"plugins": [
@@ -181,8 +179,7 @@
181179
]
182180
}
183181
]
184-
],
185-
"sourceMaps": "inline"
182+
]
186183
},
187184
"cover": {
188185
"sourceMaps": "both",
@@ -208,6 +205,7 @@
208205
]
209206
]
210207
}
211-
}
208+
},
209+
"sourceMaps": true
212210
}
213211
}

0 commit comments

Comments
 (0)