[Build] dynamic import (#1168)

This commit is contained in:
neverland
2018-05-27 12:01:21 +08:00
committed by GitHub
parent a5413aebfa
commit ea8d325c2c
9 changed files with 236 additions and 230 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
{
"presets": [
"stage-0",
[
"env",
{
@@ -9,10 +10,11 @@
}
]
],
"plugins": ["transform-runtime", "transform-object-rest-spread"],
"plugins": ["transform-runtime"],
"env": {
"commonjs": {
"presets": [
"stage-0",
[
"env",
{