Ver Fonte

removed code related to node env

Gildas há 7 anos atrás
pai
commit
c5b06d77e1
1 ficheiros alterados com 1 adições e 5 exclusões
  1. 1 5
      lib/single-file/single-file-core.js

+ 1 - 5
lib/single-file/single-file-core.js

@@ -800,8 +800,4 @@ const SingleFileCore = (() => {
 
 	return SingleFileCore;
 
-})();
-
-if (typeof module != "undefined") {
-	module.exports = SingleFileCore;
-}
+})();