| |
| |
| "use strict"; |
| Object.defineProperty(exports, "__esModule", { |
| value: true |
| }); |
| const _deploymentid = require("../build/deployment-id"); |
| const _encodeuripath = require("../shared/lib/encode-uri-path"); |
| |
| |
| if (process.env.NEXT_DEPLOYMENT_ID) { |
| const suffix = (0, _deploymentid.getDeploymentIdQueryOrEmptyString)(); |
| |
| const getChunkScriptFilename = __webpack_require__.u; |
| |
| __webpack_require__.u = function() { |
| for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){ |
| args[_key] = arguments[_key]; |
| } |
| return( |
| |
| (0, _encodeuripath.encodeURIPath)(getChunkScriptFilename(...args)) + suffix); |
| }; |
| |
| const getChunkCssFilename = __webpack_require__.k; |
| |
| __webpack_require__.k = function() { |
| for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){ |
| args[_key] = arguments[_key]; |
| } |
| return getChunkCssFilename(...args) + suffix; |
| }; |
| |
| const getMiniCssFilename = __webpack_require__.miniCssF; |
| |
| __webpack_require__.miniCssF = function() { |
| for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){ |
| args[_key] = arguments[_key]; |
| } |
| return getMiniCssFilename(...args) + suffix; |
| }; |
| } else { |
| |
| const getChunkScriptFilename = __webpack_require__.u; |
| |
| __webpack_require__.u = function() { |
| for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){ |
| args[_key] = arguments[_key]; |
| } |
| return( |
| |
| (0, _encodeuripath.encodeURIPath)(getChunkScriptFilename(...args))); |
| }; |
| |
| |
| |
| |
| } |
|
|
| if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') { |
| Object.defineProperty(exports.default, '__esModule', { value: true }); |
| Object.assign(exports.default, exports); |
| module.exports = exports.default; |
| } |
|
|
| |