Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 3ef75c4

Browse files
committed
Small formatting tweak
1 parent 5b5b85a commit 3ef75c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rollup.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ import { terser } from 'rollup-plugin-terser';
66
const terserConfig = {
77
compress: false,
88
mangle: false,
9-
output: {
10-
beautify: true,
11-
indent_level: 2
12-
}
9+
output: { beautify: true, indent_level: 2 }
1310
};
1411

1512
export default ({ input, name }) => [

0 commit comments

Comments
 (0)