nativescript-vue / nativescript-vue-externals

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

RFC: Change how externals are handled #2

Closed rigor789 closed 6 years ago

rigor789 commented 6 years ago

From @rigor789 on March 13, 2018 19:36

Reference: https://github.com/nativescript-vue/vue-cli-template/issues/12#issuecomment-372790819

My proposal is to mark all dependencies as external. This would mean that in order to make a dependecy bundled (not external) it would have to be moved to devDependencies.

This approach should work for most people, and we can document it in a Optimizations section, where we describe what an external dependency is, how to make something external etc.

I'm open for suggestions, so please leave any feedback here.

Copied from original issue: nativescript-vue/vue-cli-template#16

rigor789 commented 6 years ago

From @lewebsimple on March 13, 2018 19:38

We could move this to lewebsimple/nativescript-vue-externals