Changed tracker script name.

This commit is contained in:
Mike Cao 2024-10-15 21:31:05 -07:00
parent 438eb4bd56
commit 8a59bb0edf
2 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import { terser } from 'rollup-plugin-terser';
export default {
input: 'src/tracker/index.js',
output: {
file: 'public/script.js',
file: 'public/tracker.js',
format: 'iife',
},
plugins: [