mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Added TRACKER_SCRIPT_URL env var.
This commit is contained in:
parent
9758b5523a
commit
1225473c20
3 changed files with 14 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ import { terser } from 'rollup-plugin-terser';
|
|||
export default {
|
||||
input: 'src/tracker/index.js',
|
||||
output: {
|
||||
file: 'public/tracker.js',
|
||||
file: 'public/script.js',
|
||||
format: 'iife',
|
||||
},
|
||||
plugins: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue