mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(client) cloudcmd: rm window.Emitify
This commit is contained in:
parent
2c9b23db4e
commit
ab6b93ddca
1 changed files with 0 additions and 3 deletions
|
|
@ -15,9 +15,6 @@ const {
|
|||
|
||||
const isDev = process.env.NODE_ENV === 'development';
|
||||
|
||||
// prevent additional loading of emitify
|
||||
window.Emitify = require('emitify');
|
||||
|
||||
module.exports = window.CloudCmd = async (config) => {
|
||||
window.Util = require('../common/util');
|
||||
window.CloudFunc = require('../common/cloudfunc');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue