nativescript-vue / nativescript-vue-externals

A package for managing the externals configuration in the vue-cli-template
2 stars 2 forks source link

Fix internal module requring #4

Closed mehyaa closed 6 years ago

mehyaa commented 6 years ago

Inside packages "tns-core-modules" and "nativescript-*" requiring sub modules with relative paths fails (mostly like require('../a-sub-module')). This change fixes that.