@alicloud/console-toolkit-plugin-styled-components-isolation
Version:
console toolkit plugin for isolating styled-components in the bundle
9 lines • 365 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.warning = void 0;
var chalk_1 = require("chalk");
var constants_1 = require("./constants");
exports.warning = function (message) {
console.warn(chalk_1.default.gray(constants_1.PLUGIN_NAME) + " " + chalk_1.default.yellow.bold(message));
};
//# sourceMappingURL=warning.js.map
;