diff --git a/client/package.json b/client/package.json index 0feaedf00..b2f936b00 100644 --- a/client/package.json +++ b/client/package.json @@ -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": { @@ -71,4 +71,4 @@ "not ie <= 11", "not op_mini all" ] -} +} \ No newline at end of file