Skip to content

Commit

Permalink
build source maps and fix yarn analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Nov 8, 2023
1 parent e9de5a3 commit 4306056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
},
"scripts": {
"start": "DANGEROUSLY_DISABLE_HOST_CHECK=true GENERATE_SOURCEMAP=false HOST=localhost react-scripts start",
"build": "DANGEROUSLY_DISABLE_HOST_CHECK=true GENERATE_SOURCEMAP=false react-scripts build",
"build": "DANGEROUSLY_DISABLE_HOST_CHECK=true GENERATE_SOURCEMAP=true react-scripts build",
"test": "DANGEROUSLY_DISABLE_HOST_CHECK=true GENERATE_SOURCEMAP=false react-scripts test --transformIgnorePatterns 'node_modules/(?!i18n-js)/'",
"analyze": "source-map-explorer build/static/js/main.*"
"analyze": "source-map-explorer build/static/js/main.*.js "
},
"proxy": "http://127.0.0.1:8080/",
"eslintConfig": {
Expand All @@ -71,4 +71,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 4306056

Please sign in to comment.