更新
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.initUniAppXHarmonyPlugin = exports.initUniAppJsEngineCssPlugin = exports.transformExtApiVueFile = exports.transformVue = exports.genClassName = void 0;
|
||||
const plugins_1 = require("./plugins");
|
||||
exports.default = () => {
|
||||
return process.env.UNI_UTS_PLATFORM === 'app-android'
|
||||
? (0, plugins_1.initAndroid)()
|
||||
: process.env.UNI_UTS_PLATFORM === 'app-ios'
|
||||
? (0, plugins_1.initIOS)()
|
||||
: [];
|
||||
};
|
||||
var uni_cli_shared_1 = require("@dcloudio/uni-cli-shared");
|
||||
Object.defineProperty(exports, "genClassName", { enumerable: true, get: function () { return uni_cli_shared_1.genUTSClassName; } });
|
||||
var main_1 = require("./plugins/android/uvue/sfc/main");
|
||||
Object.defineProperty(exports, "transformVue", { enumerable: true, get: function () { return main_1.transformMain; } });
|
||||
var extApiComponents_1 = require("./extApiComponents");
|
||||
Object.defineProperty(exports, "transformExtApiVueFile", { enumerable: true, get: function () { return extApiComponents_1.transformExtApiVueFile; } });
|
||||
var plugin_1 = require("./plugins/js/plugin");
|
||||
Object.defineProperty(exports, "initUniAppJsEngineCssPlugin", { enumerable: true, get: function () { return plugin_1.initUniAppJsEngineCssPlugin; } });
|
||||
var harmony_1 = require("./plugins/harmony");
|
||||
Object.defineProperty(exports, "initUniAppXHarmonyPlugin", { enumerable: true, get: function () { return harmony_1.init; } });
|
||||
Reference in New Issue
Block a user