mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
feat(build): rename embeding filename
This commit is contained in:
parent
ebc01b3558
commit
cf7fa3bbc7
5 changed files with 6 additions and 5 deletions
|
|
@ -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 } })],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue