Created cli command. Updated tracker script.

This commit is contained in:
Mike Cao
2020-07-23 22:07:57 -07:00
parent 49a55b40b4
commit a6975ecedd
9 changed files with 120 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ import { nodeResolve } from '@rollup/plugin-node-resolve';
import { terser } from 'rollup-plugin-terser';
export default {
input: 'scripts/umami/index.js',
input: 'tracker/index.js',
output: {
file: 'public/umami.js',
format: 'iife',