Removed dangling variable hugo

This commit is contained in:
Daniel Atwood 2019-10-29 17:13:31 -04:00
parent b1866e735a
commit 8ba096491c

View file

@ -4,7 +4,6 @@ import commonjs from 'rollup-plugin-commonjs';
import { terser } from 'rollup-plugin-terser';
const production = !process.env.ROLLUP_WATCH;
const hugo = production ? 'hugo' : 'hugo server --bind=0.0.0.0 -D';
export default {
input: 'svelte/main.js',