Created
May 20, 2020 22:13
-
-
Save dagda1/5141af70eb20e7b87f377080af10e2e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const obj = { | |
obj = { | |
chunkName() { | |
return \\"moment\\"; | |
}, | |
isReady(props) { | |
return __loadable_isReady__(this, props); | |
}, | |
importAsync: (), | |
requireAsync(props) { | |
return __loadable_requireAsyncSync__(this, props); | |
}, | |
requireSync(props) { | |
return __loadable_requireSync__(this, props); | |
}, | |
resolve() { | |
if (require.resolveWeak) { | |
return require.resolveWeak(\\"'moment'\\"); | |
} | |
return eval(\\"require.resolve\\")(\\"'moment'\\"); | |
} | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment