feature:change theme online
This commit is contained in:
@@ -265,3 +265,8 @@ export function deepClone(source) {
|
||||
}
|
||||
return targetObj
|
||||
}
|
||||
|
||||
// get dependencies verison from package.json by webpack.DefinePlugin
|
||||
export function getVersion(name) {
|
||||
return DEPENDENCIES[name] // eslint-disable-line
|
||||
}
|
||||
|
Reference in New Issue
Block a user