Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit b6ad7b7

Browse files
fix: prerendering and not needed
1 parent 96b5e14 commit b6ad7b7

File tree

1 file changed

+0
-10
lines changed
  • webcomponents/qrcode/src/components/utils/qrcode-generator

1 file changed

+0
-10
lines changed

webcomponents/qrcode/src/components/utils/qrcode-generator/qrcode.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,13 +2235,3 @@ export var qrcode = function() {
22352235
};
22362236

22372237
}();
2238-
2239-
(function (factory) {
2240-
if (typeof define === 'function' && define.amd) {
2241-
define([], factory);
2242-
} else if (typeof exports === 'object') {
2243-
module.exports = factory();
2244-
}
2245-
}(function () {
2246-
return qrcode;
2247-
}));

0 commit comments

Comments
 (0)