Skip to content

Commit

Permalink
source map 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hhgyu committed Dec 4, 2023
1 parent e2ce72c commit 4877d0f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dist/cleanup/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******/ (() => { // webpackBootstrap
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 7351:
Expand Down Expand Up @@ -26712,4 +26712,5 @@ module.exports = parseParams
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;
;
//# sourceMappingURL=index.js.map
1 change: 1 addition & 0 deletions dist/cleanup/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/cleanup/sourcemap-register.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/setup/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******/ (() => { // webpackBootstrap
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 7351:
Expand Down Expand Up @@ -34212,4 +34212,5 @@ const main_1 = __nccwpck_require__(399);

module.exports = __webpack_exports__;
/******/ })()
;
;
//# sourceMappingURL=index.js.map
1 change: 1 addition & 0 deletions dist/setup/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/setup/sourcemap-register.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "git+https://github.com/hhgyu/setup-virtualhere.git"
},
"scripts": {
"build": "tsc && ncc build -o dist/setup src/setup-vc.ts && ncc build -o dist/cleanup src/cleanup.ts",
"build": "tsc && ncc build -s -o dist/setup src/setup-vc.ts && ncc build -s -o dist/cleanup src/cleanup.ts",
"format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write \"**/*.{ts,yml,yaml}\"",
"format-check": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --check \"**/*.{ts,yml,yaml}\"",
"lint": "eslint --config ./.eslintrc.js \"**/*.ts\"",
Expand Down

0 comments on commit 4877d0f

Please sign in to comment.