Subscribe on changes!

fix: fix resolve path on windows

avatar
May 7th 2020

On windows using path.resolve will resolve the path relative to the current location, because the importer would be /index.html, the dirname is / making the path.resolve to be resolved drivers root eg: C:/

fixes #70 #69