This commit is contained in:
こぴなたみぽ 2018-02-15 13:18:34 +09:00
parent a2c247e53f
commit 28e692985c

View file

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