Skip to content

Commit b6a3e9a

Browse files
authored
Add sourcemaps to production (#220)
1 parent c09a3fa commit b6a3e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const onwarn = (warning, onwarn) =>
2121
export default {
2222
client: {
2323
input: config.client.input(),
24-
output: config.client.output(),
24+
output: { ...config.client.output(), sourcemap: true },
2525
plugins: [
2626
replace({
2727
preventAssignment: true,

0 commit comments

Comments
 (0)