chore(caching): enable build caching

This commit is contained in:
Adam Bradley
2018-06-19 08:16:28 -05:00
parent d5bec72424
commit fe48265860

View File

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