Skip to content

Commit

Permalink
Remove the sourceMappingURL for the firefox build
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jan 18, 2019
1 parent e42ac7e commit dae32ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dist/FxAccountsPairingChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,6 @@ if (

/* harmony default export */ var event_target_shim = (EventTarget);

//# sourceMappingURL=event-target-shim.mjs.map

// CONCATENATED MODULE: ./src/index.js
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PairingChannel", function() { return src_PairingChannel; });
Expand Down Expand Up @@ -2968,4 +2967,4 @@ class src_PairingChannel extends EventTarget {


/***/ })
/******/ ])["PairingChannel"];
/******/ ])["PairingChannel"];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TLS for FxA Pairing",
"main": "index.js",
"scripts": {
"build": "webpack --env=build",
"build": "webpack --env=build && sed -i '' -e '/\\/\\/# sourceMappingURL.*/d' dist/FxAccountsPairingChannel.js",
"dev": "webpack --progress --colors --watch --env dev",
"test": "eslint src test && webpack && karma start test/karma.conf.js --single-run",
"test-dev": "webpack && karma start test/karma.conf.js",
Expand Down

0 comments on commit dae32ce

Please sign in to comment.