UNPKG

285 BJavaScriptView Raw
1const filenames = [
2 'css/less',
3 'css/sass',
4 'css/stylus',
5 'js/babel',
6 'js/coffeescript',
7 'js/typescript',
8 'json/cson',
9 'html/inline-html',
10 'html/jade',
11 'html/vue',
12 'passthrough'
13];
14
15module.exports = filenames.map((x) => require('./' + x).default);