This commit is contained in:
こぴなたみぽ 2018-02-15 13:18:34 +09:00
parent 0ccd111355
commit 6065851537

View file

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