File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed
Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1- import './sourcemap-register.cjs'
21import { createRequire as __WEBPACK_EXTERNAL_createRequire } from 'module'
32/******/ var __webpack_modules__ = {
43 /***/ 7351: /***/ function (
@@ -20786,5 +20785,3 @@ An error to be thrown when the request is aborted with `.cancel()`.
2078620785
2078720786 run()
2078820787})()
20789-
20790- //# sourceMappingURL=index.js.map
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2828 "build" : " npm run lint && npm run test && npm run prepare" ,
2929 "postinstall" : " husky install" ,
3030 "lint" : " eslint ." ,
31- "prepare" : " ncc build src/index.js -o dist --source-map -- license licenses.txt" ,
31+ "prepare" : " ncc build src/index.js -o dist --license licenses.txt" ,
3232 "prepublishOnly" : " pinst --disable" ,
3333 "postpublish" : " pinst --enable" ,
3434 "test" : " NODE_OPTIONS=--experimental-vm-modules jest"
You can’t perform that action at this time.
0 commit comments