Skip to content

Commit 10e726f

Browse files
GeoffreyBoothAkryum
authored andcommitted
fix: CoffeeScript transpilation (#358)
* CoffeeScript 2.x output needs Babel transpilation * Bump versions * Revert "Bump versions" This reverts commit e9adff3.
1 parent 5f3fb89 commit 10e726f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-coffee/vue-coffee.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ global.vue.lang.coffee = Meteor.wrapAsync(function ({ source, inputFile }, callb
2121
callback(null, {
2222
script: sourceWithMap.source,
2323
map: sourceWithMap.sourceMap,
24-
useBabel: false,
24+
useBabel: true, // CoffeeScript 2.x output needs Babel transpilation.
2525
})
2626
})

0 commit comments

Comments
 (0)