From fe482658603e27d74fb13cbb466cc3e595fa2ec4 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 19 Jun 2018 08:16:28 -0500 Subject: [PATCH] chore(caching): enable build caching --- core/stencil.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/stencil.config.js b/core/stencil.config.js index ce6fe0fe48..2f243b8c8d 100644 --- a/core/stencil.config.js +++ b/core/stencil.config.js @@ -61,7 +61,7 @@ exports.config = { copy: [{ src: '**/*.scss' }], preamble: '(C) Ionic http://ionicframework.com - MIT License', globalScript: 'src/global/ionic-global.ts', - enableCache: false, + enableCache: true, }; exports.devServer = {