add messages property to plugin context and add --copy-files flag to babel-plugin build

This commit is contained in:
Sebastian McKenzie
2015-06-15 18:55:03 +01:00
parent 6231015557
commit 050bcec617
2 changed files with 3 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ var cmds = {
},
build: function () {
spawn("babel", ["src", "--out-dir", "lib"]);
spawn("babel", ["src", "--out-dir", "lib", "--copy-files"]);
},
publish: function () {