reimagined/resolve

Provide a way to retrieve a static root path

VasilyStrelyaev opened this issue · 0 comments

We currently have to get a root static path with:

getStaticBasedPath(rootPath, staticPath, '/').slice(0, -1)

It would be great to have a prettier way to do this.