feat(build): rename embeding filename

This commit is contained in:
SinaniG 2020-11-05 17:08:59 +03:00
parent ebc01b3558
commit cf7fa3bbc7
5 changed files with 6 additions and 5 deletions

View file

@ -6,7 +6,7 @@ import { terser } from 'rollup-plugin-terser';
export default {
input: 'tracker/index.js',
output: {
file: 'public/umami.js',
file: 'public/track.js',
format: 'iife',
},
plugins: [resolve(), buble({ objectAssign: true }), terser({ compress: { evaluate: false } })],