Browse Source

removed code related to node env

Gildas 7 năm trước cách đây
mục cha
commit
c5b06d77e1
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  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;
-}
+})();