Skip to content

Commit 8027312

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 a7a9dea commit 8027312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@
148148
]
149149
},
150150
"development": {
151-
"sourceMaps": "inline",
152151
"presets": [
153152
"babel-preset-power-assert"
154153
],
@@ -204,6 +203,7 @@
204203
]
205204
]
206205
}
207-
}
206+
},
207+
"sourceMaps": true
208208
}
209209
}

0 commit comments

Comments
 (0)