提交 9e8bc800 编写于 作者: L liuxiaohang

fix: 修复HX2.9.12编译到app时,babel-plugin-console报错

上级 8e184391
const isWin = /^win/.test(process.platform)
const normalizePath = path => (isWin ? path.split(':')[1].replace(/\\/g, '/') : path)
const normalizePath = path => (isWin ? (path.split(':')[1] || path).replace(/\\/g, '/') : path)
const METHODS = ['error', 'warn', 'info', 'log', 'debug']
const FORMAT_LOG = '__f__'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册