Move build-dist script to the runtime transform.

This commit is contained in:
Logan Smyth
2018-05-15 12:55:33 -07:00
parent ec8330870e
commit a149466001
8 changed files with 13 additions and 18 deletions

View File

@@ -17,6 +17,11 @@
},
"devDependencies": {
"@babel/core": "7.0.0-beta.55",
"@babel/helper-plugin-test-runner": "7.0.0-beta.55"
"@babel/helpers": "7.0.0-beta.55",
"@babel/helper-plugin-test-runner": "7.0.0-beta.55",
"@babel/plugin-transform-runtime": "7.0.0-beta.55",
"@babel/template": "7.0.0-beta.55",
"@babel/preset-env": "7.0.0-beta.55",
"@babel/types": "7.0.0-beta.53"
}
}