mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-04-22 00:00:04 +08:00
add babel-plugin-console
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const plugins = []
|
||||
|
||||
if (process.env.UNI_PLATFORM === 'app-plus') {
|
||||
if (process.env.UNI_PLATFORM === 'app-plus' && process.env.UNI_USING_V8) {
|
||||
const path = require('path')
|
||||
|
||||
const isWin = /^win/.test(process.platform)
|
||||
|
||||
Reference in New Issue
Block a user