Skip to content

Commit

Permalink
chore: update terser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Mar 13, 2022
1 parent ed0f07d commit c9c5103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/build/rollup.config.js
Expand Up @@ -45,7 +45,7 @@ export default {
format: 'umd',
globals: { vue: 'Vue' },
plugins: [terser({
output: { comments: /^!/ }
format: { comments: /^!/, ecma: 2015, semicolons: false }
})],
sourcemap: true,
banner,
Expand Down

0 comments on commit c9c5103

Please sign in to comment.