add messages property to plugin context and add --copy-files flag to babel-plugin build
This commit is contained in:
@@ -107,7 +107,7 @@ var cmds = {
|
||||
},
|
||||
|
||||
build: function () {
|
||||
spawn("babel", ["src", "--out-dir", "lib"]);
|
||||
spawn("babel", ["src", "--out-dir", "lib", "--copy-files"]);
|
||||
},
|
||||
|
||||
publish: function () {
|
||||
|
||||
Reference in New Issue
Block a user