A repository showcasing the UI5 tooling extensibility to combine OSS tools for UI5 application development.
194
stars
93
forks
source link
fix(ui5-tooling-transpile): create absolute path for the replaceVersion import #1024
Closed
drktfl closed 4 months ago
This uses https://nodejs.org/api/url.html#urlpathtofileurlpath-options to make the path an absolute
file://
path that should be suitable for using withimport
on all platforms.require.resolve()
alone results in an absolute path on Windows which cannot be used.