revert: refactor: allow ES import for cloud string if package type is module

This reverts commit 0225340ccb.
This commit is contained in:
Manuel
2021-11-10 16:26:20 +01:00
committed by GitHub
parent 611bd9baaa
commit b64640c570
4 changed files with 2 additions and 18 deletions

View File

@@ -1,3 +0,0 @@
Parse.Cloud.define('cloudCodeInFile', () => {
return 'It is possible to define cloud code in a file.';
});