posva / vue-plugin-template

🚀 Solid foundation to start a Vue plugin with the best developer experience and a focus on performance
MIT License
191 stars 27 forks source link

When i try to build with an "include" vendors from node_module the system cant find them #2

Closed D3m1urg0 closed 7 years ago

D3m1urg0 commented 7 years ago

for example:

`> archi-suite@0.0.0 build C:\Users\pietro.caruso\Desktop\archimede-suite

node build/build.js

'vue-tables-2' is imported by src\index.js, but could not be resolved – treating it as an external dependency 'vue-tables-2' is imported by src\index.js, but could not be resolved – treating it as an external dependency 'vue-tables-2' is imported by src\index.js, but could not be resolved – treating it as an external dependency 'ClientTable' is imported from external module 'vue-tables-2' but never used 'ClientTable' is imported from external module 'vue-tables-2' but never used 'ClientTable' is imported from external module 'vue-tables-2' but never used No name was provided for external module 'vue-tables-2' in options.globals – guessing 'vueTables2' No name was provided for external module 'vue-tables-2' in options.globals – guessing 'vueTables2' No name was provided for external module 'vue-tables-2' in options.globals – guessing 'vueTables2' dist/archi-suite.css 0.05kb dist/archi-suite.min.css 0.03kb dist/archi-suite.common.js 1.98kb dist/archi-suite.js 1.98kb dist/archi-suite.min.js 1.41kb`

posva commented 7 years ago

I forgot to actually include 2 plugins. It should be fixed now. Thanks!