I am building a plugin component for Vue.js. Using a standard webpack configuration with vue-loader etc.
In a simple library I put modules that I expect to 'require' inside my dependencies in package.json. However since Webpack will be compiling all my code and dependencies into a single bundle I'm not sure where to put a dependency like: axios.
Would appreciate someone shedding some light onto this.