From ffae7ce84962732612814d96be2977e153be44eb Mon Sep 17 00:00:00 2001 From: Tony Air Date: Mon, 5 Feb 2018 18:37:22 +0700 Subject: [PATCH] Minor fix --- site/src/_config/webpack.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 site/src/_config/webpack.yml diff --git a/site/src/_config/webpack.yml b/site/src/_config/webpack.yml deleted file mode 100644 index e610f7a..0000000 --- a/site/src/_config/webpack.yml +++ /dev/null @@ -1,10 +0,0 @@ -# that's important to place this file into /site/_config/webpack.yml -# with all configuration variables presented -# Cuz WebPack compiling script use it to set configuration - -WebpackTemplateProvider: - dist: site/dist - hostname: localhost - port: "3000" - pages: site/src/js/types - src: site/src