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
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 todevDependencies
.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