From 5893a670c7c2c90a67d868ee25d93276a1a59b0e Mon Sep 17 00:00:00 2001 From: Chunpeng Huo Date: Sun, 2 Feb 2020 17:56:26 +1100 Subject: [PATCH] fix(cli-bundler): avoid writing out webpack env json files --- skeleton/common/{config => config__if_webpack}/environment.json | 0 .../{config => config__if_webpack}/environment.production.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename skeleton/common/{config => config__if_webpack}/environment.json (100%) rename skeleton/common/{config => config__if_webpack}/environment.production.json (100%) diff --git a/skeleton/common/config/environment.json b/skeleton/common/config__if_webpack/environment.json similarity index 100% rename from skeleton/common/config/environment.json rename to skeleton/common/config__if_webpack/environment.json diff --git a/skeleton/common/config/environment.production.json b/skeleton/common/config__if_webpack/environment.production.json similarity index 100% rename from skeleton/common/config/environment.production.json rename to skeleton/common/config__if_webpack/environment.production.json