Robert Jaros
04/11/2020, 1:24 AMnode_modules
, but I need to force this in "project" `node_modules' (built/js/node_modules
).turansky
04/11/2020, 11:48 AMRobert Jaros
04/11/2020, 12:03 PMresolution
field to the package.json
generated by Kotlin/JS. Is it possible?Robert Jaros
04/11/2020, 12:04 PMRobert Jaros
04/11/2020, 2:04 PMturansky
04/11/2020, 3:52 PMpackage.json
manually
ExampleRobert Jaros
04/11/2020, 6:57 PMpackage.json
files generated by the build process. This generated by packageJson
task and the second one, generated by kotlinNpmInstall
task. The second one is used by Yarn and resolutions
field need to be placed in there. But there is no single task to bind modification function. It seems this package.json
is generated and used in a single gradle task and I don't see any way to modify it before Yarn is called. Any ideas?Robert Jaros
05/01/2020, 10:59 PMturansky
05/02/2020, 3:14 AMRobert Jaros
05/02/2020, 9:05 AM