Skip to content

Commit 34355bd

Browse files
Nathan ReidGuillaume Chau
Nathan Reid
authored and
Guillaume Chau
committed
Update babel-compiler for Meteor 1.6.1 compatibility (#292)
* update babel-compiler for Meteor 1.6.1 compatibility * update babel-compiler for Meteor 1.6.1 compatibility
1 parent 39588b5 commit 34355bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vue-component/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Package.registerBuildPlugin({
1111
use: [
1212
'ecmascript@0.6.1',
1313
'caching-compiler@1.1.9',
14-
'babel-compiler@6.13.0',
14+
'babel-compiler@7.0.0',
1515
'templating-tools@1.1.2',
1616
],
1717
sources: [

packages/vue-router2/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Package.registerBuildPlugin({
1111
use: [
1212
'ecmascript@0.4.4',
1313
'caching-compiler@1.0.5',
14-
'babel-compiler@6.8.0',
14+
'babel-compiler@7.0.0',
1515
],
1616
sources: [
1717
'plugin/plugin.js',

0 commit comments

Comments
 (0)