Skip to content

Commit 83926c1

Browse files
noman798Hanks10100
authored andcommitted
add default support for coffeescript (#40)
1 parent 9b890cb commit 83926c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ module.exports = function (content) {
8282
loader: 'ts-loader',
8383
options: { appendTsSuffixTo: [/\.vue$/] }
8484
}],
85+
coffee:['coffee-loader'],
8586
scss: ['sass-loader'],
8687
sass: [{
8788
loader: 'sass-loader',

0 commit comments

Comments
 (0)