Latest updates from IceHrmPro
This commit is contained in:
14
web/node_modules/rc-util/lib/warn.js
generated
vendored
Normal file
14
web/node_modules/rc-util/lib/warn.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = warn;
|
||||
|
||||
function warn(msg) {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
if (typeof console !== 'undefined' && console.warn) {
|
||||
console.warn(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user