Explorar el Código

修改 文件

test
chenJinxu hace 1 año
padre
commit
3673b2f643
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      babel.config.js

+ 2
- 1
babel.config.js Ver fichero

@@ -18,6 +18,7 @@ if (IS_PROD) {
}

module.exports = {
presets: [['@vue/cli-plugin-babel/preset', { useBuiltIns: 'usage', corejs: 3 }]],
compact: false,
presets: [['@vue/cli-plugin-babel/preset', { useBuiltIns: 'entry', corejs: 3 }]],
plugins
};

Cargando…
Cancelar
Guardar