This commit is contained in:
こぴなたみぽ 2018-02-15 13:18:34 +09:00
parent a2c247e53f
commit 28e692985c
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ module.exports = Object.keys(langs).map(lang => {
extensions: [ extensions: [
'.js', '.ts' '.js', '.ts'
] ]
} },
cache: true
}; };
}); });