Skip to content

Commit

Permalink
Merge pull request #772 from 1Hive/disable-sourcemaps
Browse files Browse the repository at this point in the history
Disable sourcemap generation on development and on production
  • Loading branch information
reznord authored Jan 5, 2022
2 parents 3b7fc9f + e67c46e commit ca267e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "yarn run sync-assets && react-app-rewired start",
"build": "yarn run sync-assets && react-app-rewired build",
"start": "yarn run sync-assets && GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "yarn run sync-assets && GENERATE_SOURCEMAP=false react-app-rewired build",
"lint": "eslint ./src",
"sync-assets": "copy-aragon-ui-assets ./public",
"bundlewatch": "bundlewatch",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20144,9 +20144,9 @@ ursa-optional@~0.10.0:
bindings "^1.5.0"
nan "^2.14.2"

"use-inside@git+https://github.com/aragon/use-inside.git#16f321e499d8f89e9b0fb0999e2d21db2b119bbf":
"use-inside@https://github.com/aragon/use-inside#16f321e499d8f89e9b0fb0999e2d21db2b119bbf":
version "0.2.0"
resolved "git+https://github.com/aragon/use-inside.git#16f321e499d8f89e9b0fb0999e2d21db2b119bbf"
resolved "https://github.com/aragon/use-inside#16f321e499d8f89e9b0fb0999e2d21db2b119bbf"

"use-wallet@npm:@1hive/[email protected]":
version "0.13.1"
Expand Down

0 comments on commit ca267e5

Please sign in to comment.