lock regenerator-runtime@0.12.1

This commit is contained in:
fxy060608 2019-03-27 19:30:26 +08:00
parent abf6fa50cf
commit c8e2f300b2

View File

@ -34,7 +34,7 @@ async function generate (dir, files, base = '', rootOptions = {}) {
module.exports = (api, options, rootOptions) => {
api.extendPackage(pkg => {
return {
devDependencies: {
dependencies: {
'regenerator-runtime':'^0.12.1'//锁定版本,避免高版本在小程序中出错
}
}