From f45bcde17fe0a8849e647ac843106fb51d2e8971 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 22 Apr 2018 16:40:39 -0500 Subject: Use Parcel (#5) * Replace webpack with parcel * Use relative paths on the main index * Include the babel polyfill * Add missing semicolon * Add hooks to lint before commits * Delete webpack config --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 6eeb7e3..8636ce4 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@ Sumo - + - +
-- cgit