Skip to content

Commit 0069545

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/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 2422a6b commit 0069545

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,10 +179,10 @@
181179
]
182180
}
183181
]
184-
],
185-
"sourceMaps": "inline"
182+
]
186183
}
187-
}
184+
},
185+
"sourceMaps": true
188186
},
189187
"xo": {
190188
"prettier": true,

0 commit comments

Comments
 (0)