Parcourir la source

removed code related to node env

Gildas il y a 7 ans
Parent
commit
c5b06d77e1
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  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;
-}
+})();