Latest updates from IceHrmPro
This commit is contained in:
7
web/node_modules/rc-util/es/warn.js
generated
vendored
Normal file
7
web/node_modules/rc-util/es/warn.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export default 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