Преглед изворни кода

removed code related to node env

Gildas пре 7 година
родитељ
комит
c5b06d77e1
1 измењених фајлова са 1 додато и 5 уклоњено
  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;
-}
+})();