mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
chore(caching): enable build caching
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user