Skip to content

Commit

Permalink
Reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 9, 2022
1 parent 84ce4a5 commit 9e85f0d
Showing 1 changed file with 46 additions and 55 deletions.
101 changes: 46 additions & 55 deletions crates/swc_ecma_minifier/tests/fixture/next/43052/input.js
Original file line number Diff line number Diff line change
@@ -1,55 +1,46 @@
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
[610], {

/***/
1522:
/***/
(function (__unused_webpack_module, exports, __webpack_require__) {

/**
* react-uploader
*
* Copyright (c) Web3.Storage
*
* This source code is licensed under Apache-2.0 OR MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license Apache-2.0 OR MIT
*/
! function (e, t) {
true ? t(exports, __webpack_require__(7294), __webpack_require__(1321)) : 0
}(this, (function (exports, React) {
"use strict";

var index_production = {
exports: {}
};
(function (module, exports) {
var t;
t = function (exports) {
function inquire(moduleName) {
try {
var mod = eval("quire".replace(/^/, "re"))(moduleName);
if (mod && (mod.length || Object.keys(mod).length)) return mod
} catch (e) { }
return null
}

Object.defineProperty(exports, "__esModule", {
value: !0
})
}, t(exports)
})(index_production, index_production.exports);

exports.chunkBlocks = index_production.exports.chunkBlocks, exports.encodeDirectory = index_production.exports.encodeDirectory, exports.encodeFile = index_production.exports.encodeFile, Object.defineProperty(exports, "__esModule", {
value: !0
})
}));
//# sourceMappingURL=index.production.js.map


/***/
})

}
]);
use((function (__unused_webpack_module, exports, __webpack_require__) {

/**
* react-uploader
*
* Copyright (c) Web3.Storage
*
* This source code is licensed under Apache-2.0 OR MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license Apache-2.0 OR MIT
*/
! function (e, t) {
true ? t(exports, __webpack_require__(7294), __webpack_require__(1321)) : 0
}(this, (function (exports, React) {
"use strict";

var index_production = {
exports: {}
};
(function (module, exports) {
var t;
t = function (exports) {
function inquire(moduleName) {
try {
var mod = eval("quire".replace(/^/, "re"))(moduleName);
if (mod && (mod.length || Object.keys(mod).length)) return mod
} catch (e) { }
return null
}

Object.defineProperty(exports, "__esModule", {
value: !0
})
}, t(exports)
})(index_production, index_production.exports);

exports.chunkBlocks = index_production.exports.chunkBlocks, exports.encodeDirectory = index_production.exports.encodeDirectory, exports.encodeFile = index_production.exports.encodeFile, Object.defineProperty(exports, "__esModule", {
value: !0
})
}));
//# sourceMappingURL=index.production.js.map


/***/
}))

0 comments on commit 9e85f0d

Please sign in to comment.