Sergej Wolf
Sergej Wolf
i hava a typescript project created with create-react-app and installed diff2html v. 3.4.17 (node v18.3.0). When i start the development server with "npm run start" the i see this warnings.
here is also the 3.4.17 version https://www.npmjs.com/package/diff2html/v/3.4.17 test project: https://github.com/sewolf/diff2html-app console output after npm run start: WARNING in ./node_modules/diff2html/lib-esm/diff-parser.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/private/tmp/diff2html-app-main/node_modules/diff2html/src/diff-parser.ts'...
here is the same problem described: https://stackoverflow.com/questions/70599784/failed-to-parse-source-map i have also added GENERATE_SOURCEMAP=false in .env file to remove this warnings
the property "sonar.gitlab.query_wait" don't work with PropertyType.LONG. With PropertyType.INTEGER there are no problems.