Skip to content

Commit

Permalink
build(release): fix ncc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Dec 6, 2024
1 parent 515c871 commit c08f9d9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
23 changes: 11 additions & 12 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 98504:
Expand Down Expand Up @@ -144269,7 +144269,7 @@ FetchError.prototype.name = 'FetchError';

let convert;
try {
convert = (__nccwpck_require__(42078).convert);
convert = (__nccwpck_require__(51526).convert);
} catch (e) {}

const INTERNALS = Symbol('Body internals');
Expand Down Expand Up @@ -189547,14 +189547,6 @@ ZipStream.prototype.finalize = function() {
module.exports = eval("require")("bufferutil");


/***/ }),

/***/ 42078:
/***/ ((module) => {

module.exports = eval("require")("encoding");


/***/ }),

/***/ 62414:
Expand Down Expand Up @@ -189629,6 +189621,14 @@ module.exports = require("diagnostics_channel");

/***/ }),

/***/ 51526:
/***/ ((module) => {

"use strict";
module.exports = require("encoding");

/***/ }),

/***/ 24434:
/***/ ((module) => {

Expand Down Expand Up @@ -208842,5 +208842,4 @@ module.exports = /*#__PURE__*/JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;
//# sourceMappingURL=index.js.map
;
1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/sourcemap-register.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "rm -rf lib && tsc --build ./tsconfig.build.json",
"format": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
"package": "rm -rf dist && ncc build --source-map --no-cache --license licenses.txt",
"package": "rm -rf dist && ncc build --no-cache --external encoding --license licenses.txt",
"release": "yarn build && yarn package",
"test": "jest --coverage"
},
Expand Down

0 comments on commit c08f9d9

Please sign in to comment.