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 = {