Hi,
I would like to move my lodash scripts to vendor when im using them.
When i define it into my vendor section of config file it loads whole lodash to it.
My build part is like this.
build: {
babel: {
plugins: ['lodash'],
presets: ['vue-app']
},
plugins: [
new LodashModuleReplacementPlugin()
]
}