fixed package.json
Showing
... | @@ -112,21 +112,20 @@ | ... | @@ -112,21 +112,20 @@ |
"noRuntime": true, | "noRuntime": true, | ||
"promises": true, | "promises": true, | ||
"wrapAwait": true | "wrapAwait": true | ||
} | } | ||
], | } | ||
[ | |||
"module:babel-plugin-yo-yoify" | |||
], | |||
[ | |||
"module:@babel/plugin-transform-object-assign" | |||
] | |||
], | ], | ||
"presets": [ | [ | ||
"@babel/preset-env" | "module:babel-plugin-yo-yoify" | ||
], | |||
[ | |||
"module:@babel/plugin-transform-object-assign" | |||
] | ] | ||
} | ], | ||
] | "presets": [ | ||
"@babel/preset-env" | |||
] | |||
} | |||
] | ] | ||
] | ] | ||
}, | }, | ||
... | @@ -253,4 +252,4 @@ | ... | @@ -253,4 +252,4 @@ |
"yo-yoify": "^3.7.3", | "yo-yoify": "^3.7.3", | ||
"webworkify-webpack": "^2.1.5" | "webworkify-webpack": "^2.1.5" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment