fix(build): disable cache

This commit is contained in:
Manu Mtz.-Almeida
2018-02-22 18:10:44 +01:00
parent 11641267fc
commit 36a9145ad0

View File

@@ -70,7 +70,8 @@ exports.config = {
copy: [{ src: '**/*.scss' }],
preamble: '(C) Ionic http://ionicframework.com - MIT License',
globalScript: 'src/global/ionic-global.ts',
buildStats: true
buildStats: true,
enableCache: false
};
exports.devServer = {