mirror of
https://gitlab.com/datwood/hugo-svelte.git
synced 2025-04-01 10:00:58 +00:00
Removed dangling variable hugo
This commit is contained in:
parent
b1866e735a
commit
8ba096491c
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue