Skip to content

Commit

Permalink
Disable compression of the agent.
Browse files Browse the repository at this point in the history
Compression resulted in source maps being incorrect when
stack traces were needed.
  • Loading branch information
leonjza committed May 26, 2020
1 parent 4f3ee36 commit ac94e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/package.json
Expand Up @@ -6,8 +6,8 @@
"main": "src/index.ts",
"scripts": {
"prepare": "npm run build",
"build": "frida-compile src/index.ts -o ../objection/agent.js -c",
"watch": "frida-compile src/index.ts -o ../objection/agent.js -w -c",
"build": "frida-compile src/index.ts -o ../objection/agent.js",
"watch": "frida-compile src/index.ts -o ../objection/agent.js -w",
"lint": "tslint -c tslint.json 'src/**/*.ts'"
},
"repository": {
Expand Down

0 comments on commit ac94e70

Please sign in to comment.