mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(caching): enable build caching
This commit is contained in:
@ -61,7 +61,7 @@ exports.config = {
|
|||||||
copy: [{ src: '**/*.scss' }],
|
copy: [{ src: '**/*.scss' }],
|
||||||
preamble: '(C) Ionic http://ionicframework.com - MIT License',
|
preamble: '(C) Ionic http://ionicframework.com - MIT License',
|
||||||
globalScript: 'src/global/ionic-global.ts',
|
globalScript: 'src/global/ionic-global.ts',
|
||||||
enableCache: false,
|
enableCache: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.devServer = {
|
exports.devServer = {
|
||||||
|
Reference in New Issue
Block a user