@@ -43,7 +43,7 @@ module.exports = {
4343 exports [" alpha" ] = factory ();
4444 else
4545 root[" MyLibrary" ] = root[" MyLibrary" ] || {}, root[" MyLibrary" ][" alpha" ] = factory ();
46- })(this , function () {
46+ })(typeof self !== ' undefined ' ? self : this , function () {
4747` ` `
4848<details><summary><code>return /******/ (function(modules) { /* webpackBootstrap */ })</code></summary>
4949
@@ -152,7 +152,7 @@ module.exports = "alpha";
152152 exports [" beta" ] = factory ();
153153 else
154154 root[" MyLibrary" ] = root[" MyLibrary" ] || {}, root[" MyLibrary" ][" beta" ] = factory ();
155- })(this , function () {
155+ })(typeof self !== ' undefined ' ? self : this , function () {
156156return /** ****/ (function (modules ) { // webpackBootstrap
157157/** ****/ // The module cache
158158/** ****/ var installedModules = {};
@@ -249,8 +249,8 @@ module.exports = "beta";
249249Hash: 17fa97a0dfa6b745377a
250250Version: webpack next
251251 Asset Size Chunks Chunk Names
252- MyLibrary.beta.js 3.24 KiB 0 [emitted] beta
253- MyLibrary.alpha.js 3.24 KiB 1 [emitted] alpha
252+ MyLibrary.beta.js 3.28 KiB 0 [emitted] beta
253+ MyLibrary.alpha.js 3.27 KiB 1 [emitted] alpha
254254Entrypoint alpha = MyLibrary.alpha.js
255255Entrypoint beta = MyLibrary.beta.js
256256chunk {0} MyLibrary.beta.js (beta) 24 bytes [entry] [rendered]
@@ -269,8 +269,8 @@ chunk {1} MyLibrary.alpha.js (alpha) 25 bytes [entry] [rendered]
269269Hash: 17fa97a0dfa6b745377a
270270Version: webpack next
271271 Asset Size Chunks Chunk Names
272- MyLibrary.beta.js 825 bytes 0 [emitted] beta
273- MyLibrary.alpha.js 827 bytes 1 [emitted] alpha
272+ MyLibrary.beta.js 855 bytes 0 [emitted] beta
273+ MyLibrary.alpha.js 857 bytes 1 [emitted] alpha
274274Entrypoint alpha = MyLibrary.alpha.js
275275Entrypoint beta = MyLibrary.beta.js
276276chunk {0} MyLibrary.beta.js (beta) 24 bytes [entry] [rendered]
0 commit comments