Skip to content

Commit ce9e10b

Browse files
committed
fix syntax err
1 parent 5ad3468 commit ce9e10b

File tree

2 files changed

+133
-285
lines changed

2 files changed

+133
-285
lines changed

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ const config = {
2525
};
2626

2727
if (env === 'production') {
28-
config.plugins.push(
28+
config.plugins.push(
2929
uglify({
3030
compress: {
3131
pure_getters: true,
3232
unsafe: true,
3333
unsafe_comps: true,
3434
warnings: false
3535
},
36-
}),
36+
})
3737
);
3838
}
3939

0 commit comments

Comments
 (0)