智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/db/db8467044ad7b2aa8fd05f514cd...

16 lines
543 B

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const webpack_1 = __importDefault(require("webpack"));
let Plugin;
if (webpack_1.default.version && webpack_1.default.version[0] > '4') {
// webpack5 and upper
Plugin = require('./pluginWebpack5').default;
}
else {
// webpack4 and lower
Plugin = require('./pluginWebpack4').default;
}
exports.default = Plugin;